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/misc | |
parent | ea9dc9f4b03ae034c1dc080730422dda7a9c2e47 (diff) | |
download | django-1858e476721890ce1f47dfa4d2739d9e0f11621b.tar.gz |
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/misc')
-rw-r--r-- | docs/misc/api-stability.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/misc/api-stability.txt b/docs/misc/api-stability.txt index 75fa6b4418..55170262ec 100644 --- a/docs/misc/api-stability.txt +++ b/docs/misc/api-stability.txt @@ -54,7 +54,7 @@ of 1.0. This includes these APIs: - :doc:`HTTP request/response handling </topics/http/index>`, including file uploads, middleware, sessions, URL resolution, view, and shortcut APIs. -- :doc:`Generic views </topics/http/generic-views>`. +- :doc:`Generic views </topics/class-based-views>`. - :doc:`Internationalization </topics/i18n/index>`. |