summaryrefslogtreecommitdiff
path: root/docs/misc
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2012-04-25 19:17:47 +0000
committerClaude Paroz <claude@2xlibre.net>2012-04-25 19:17:47 +0000
commit1858e476721890ce1f47dfa4d2739d9e0f11621b (patch)
treef8476bdf1de3cff6217ed4c77428eca3ef86db78 /docs/misc
parentea9dc9f4b03ae034c1dc080730422dda7a9c2e47 (diff)
downloaddjango-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.txt2
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>`.