From 049101ba2f2a82cdc6a82ba071370c43cc810c7e Mon Sep 17 00:00:00 2001 From: Ilya Chichak Date: Fri, 5 Jul 2019 15:49:40 +0700 Subject: [PATCH] fixed type annotation in method add_view in UrlDispatcher (#3880) --- 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 273a2c88614..75c8741e7ba 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -111,6 +111,7 @@ Igor Alexandrov Igor Davydenko Igor Mozharovsky Igor Pavlov +Ilya Chichak Ingmar Steen Ivan Larin Jacob Champion