mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
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
This commit is contained in:
parent
ea9dc9f4b0
commit
1858e47672
38 changed files with 46 additions and 3335 deletions
|
@ -16,7 +16,7 @@ Glossary
|
|||
A higher-order :term:`view` function that provides an abstract/generic
|
||||
implementation of a common idiom or pattern found in view development.
|
||||
|
||||
See :doc:`/ref/generic-views`.
|
||||
See :doc:`/ref/class-based-views`.
|
||||
|
||||
model
|
||||
Models store your application's data.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue