diff options
| author | Claude Paroz <claude@2xlibre.net> | 2012-04-25 19:17:47 +0000 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2012-04-25 19:17:47 +0000 |
| commit | 1858e476721890ce1f47dfa4d2739d9e0f11621b (patch) | |
| tree | f8476bdf1de3cff6217ed4c77428eca3ef86db78 /docs/ref/class-based-views.txt | |
| parent | ea9dc9f4b03ae034c1dc080730422dda7a9c2e47 (diff) | |
Fixed #18033 -- Removed function-based generic views, as per official deprecation timeline. Rest in peace! Thanks Anssi Kääriäinen for the review.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17937 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/class-based-views.txt')
| -rw-r--r-- | docs/ref/class-based-views.txt | 6 |
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 |
