From 3f72d2709011e0d2f143b38d479094a89d0252c2 Mon Sep 17 00:00:00 2001 From: Ilya Chichak Date: Fri, 5 Jul 2019 15:49:40 +0700 Subject: [PATCH] [3.5] fixed type annotation in method add_view in UrlDispatcher (#3880) (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 6a6e1e237ce..2cc20d3391a 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -107,6 +107,7 @@ Igor Alexandrov Igor Davydenko Igor Mozharovsky Igor Pavlov +Ilya Chichak Ingmar Steen Jacob Champion Jaesung Lee