Skip to content

Commit

Permalink
remove mention of djangoproject.com from cbv topic
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Stratos Moros committed May 18, 2012
1 parent 7495730 commit 5d80d30
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/topics/class-based-views.txt
Expand Up @@ -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.
Expand Down

0 comments on commit 5d80d30

Please sign in to comment.