From f6a790daaa9e76a86f679c313acc6bf76ebf077a Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Fri, 5 Jul 2019 14:30:45 +0300 Subject: [PATCH] [3.5] fixed type annotation in method add_view in UrlDispatcher (#3880) (#3887) (cherry picked from commit 049101ba) Co-authored-by: Ilya Chichak --- CHANGES/3880.bugfix | 1 + CONTRIBUTORS.txt | 1 + 2 files changed, 2 insertions(+) create mode 100644 CHANGES/3880.bugfix diff --git a/CHANGES/3880.bugfix b/CHANGES/3880.bugfix new file mode 100644 index 00000000000..d921f229a1b --- /dev/null +++ b/CHANGES/3880.bugfix @@ -0,0 +1 @@ +Fixed type annotation for add_view method of UrlDispatcher to accept any subclass of View \ No newline at end of file diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index a26ae5f0363..c1604b8695b 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -108,6 +108,7 @@ Igor Alexandrov Igor Davydenko Igor Mozharovsky Igor Pavlov +Ilya Chichak Ingmar Steen Jacob Champion Jaesung Lee