summaryrefslogtreecommitdiff
path: root/docs/ref/class-based-views/base.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/class-based-views/base.txt')
-rw-r--r--docs/ref/class-based-views/base.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/ref/class-based-views/base.txt b/docs/ref/class-based-views/base.txt
index 80904ef76f..c6959ca9ef 100644
--- a/docs/ref/class-based-views/base.txt
+++ b/docs/ref/class-based-views/base.txt
@@ -22,10 +22,6 @@ MRO is an acronym for Method Resolution Order.
this base class. It isn't strictly a generic view and thus can also be
imported from ``django.views``.
- .. versionchanged:: 1.10
-
- The ability to import from ``django.views`` was added.
-
**Method Flowchart**
1. :meth:`dispatch()`