This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
0
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2024-11-28 21:43:13 +01:00
Code
Issues
Releases
Wiki
Activity
1a10a06b9f
django
/
docs
/
topics
/
http
/
generic-views.txt
6 lines
78 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Massive reorganization of the docs. See the new docs online at http://docs.djangoproject.com/. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8506 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-24 00:25:40 +02:00
=============
Generic views
=============
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
2012-04-25 21:17:47 +02:00
See :doc:`/ref/class-based-views`.
Copy Permalink