mirror of https://github.com/django/django.git
remove mention of djangoproject.com from cbv topic
The class based views topic mentions that the djangoproject.com weblog is built using the date-based generic views, but looking at the code, it actually uses the deprecated pre-1.3 function based generic views.
This commit is contained in:
parent
7495730d32
commit
5d80d30a23
|
@ -35,9 +35,6 @@ Django ships with generic views to do the following:
|
||||||
|
|
||||||
* Present date-based objects in year/month/day archive pages,
|
* Present date-based objects in year/month/day archive pages,
|
||||||
associated detail, and "latest" pages.
|
associated detail, and "latest" pages.
|
||||||
`The Django Weblog <https://www.djangoproject.com/weblog/>`_'s
|
|
||||||
year, month, and day archives are built with these, as would be a typical
|
|
||||||
newspaper's archives.
|
|
||||||
|
|
||||||
* Allow users to create, update, and delete objects -- with or
|
* Allow users to create, update, and delete objects -- with or
|
||||||
without authorization.
|
without authorization.
|
||||||
|
|
Loading…
Reference in New Issue