diff options
| author | Stratos Moros <s.moros@indev.gr> | 2012-05-18 13:25:15 +0300 |
|---|---|---|
| committer | Stratos Moros <s.moros@indev.gr> | 2012-05-18 13:25:15 +0300 |
| commit | 5d80d30a237725109d3d822d99e82a34e36f1a22 (patch) | |
| tree | b28592a6cfb78a723c671e822c2fe28b27f16996 /docs | |
| parent | 7495730d32498c7ee8113e190ece98ab3ce45a30 (diff) | |
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.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/class-based-views.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/topics/class-based-views.txt b/docs/topics/class-based-views.txt index abac22000f..13c2b994e4 100644 --- a/docs/topics/class-based-views.txt +++ b/docs/topics/class-based-views.txt @@ -35,9 +35,6 @@ Django ships with generic views to do the following: * Present date-based objects in year/month/day archive 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 without authorization. |
