summaryrefslogtreecommitdiff
path: root/docs/ref/class-based-views.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/class-based-views.txt')
-rw-r--r--docs/ref/class-based-views.txt6
1 files changed, 1 insertions, 5 deletions
diff --git a/docs/ref/class-based-views.txt b/docs/ref/class-based-views.txt
index 5223aee018..aa3f8f7773 100644
--- a/docs/ref/class-based-views.txt
+++ b/docs/ref/class-based-views.txt
@@ -6,13 +6,9 @@ Class-based generic views
.. note::
Prior to Django 1.3, generic views were implemented as functions. The
- function-based implementation has been deprecated in favor of the
+ function-based implementation has been removed in favor of the
class-based approach described here.
- For details on the previous generic views implementation,
- see the :doc:`topic guide </topics/generic-views>` and
- :doc:`detailed reference </ref/generic-views>`.
-
Writing Web applications can be monotonous, because we repeat certain patterns
again and again. Django tries to take away some of that monotony at the model
and template layers, but Web developers also experience this boredom at the view