summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2012-05-18 13:35:54 -0700
committerAdrian Holovaty <adrian@holovaty.com>2012-05-18 13:35:54 -0700
commit69a04af01d4931abbc15d7b9a5d5b90c4e95506d (patch)
tree617bbfdd447930dba3aeeaca329a0a3d68abc3ce
parent91727c76cda3f8bf286ee69652bc3625f150f6e7 (diff)
parent5d80d30a237725109d3d822d99e82a34e36f1a22 (diff)
Merge pull request #79 from stratoukos/master
Removed mention of djangoproject.com from cbv topic
-rw-r--r--docs/topics/class-based-views.txt3
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.