From 5d80d30a237725109d3d822d99e82a34e36f1a22 Mon Sep 17 00:00:00 2001 From: Stratos Moros Date: Fri, 18 May 2012 13:25:15 +0300 Subject: [PATCH] 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. --- docs/topics/class-based-views.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/topics/class-based-views.txt b/docs/topics/class-based-views.txt index abac22000fa..13c2b994e47 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 `_'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.