Commit 69a04af0 authored by Adrian Holovaty's avatar Adrian Holovaty
Browse files

Merge pull request #79 from stratoukos/master

Removed mention of djangoproject.com from cbv topic
parents 91727c76 5d80d30a
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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.