django/docs/ref
Jacob Kaplan-Moss cba91997a2 Refactored Django's comment system.
Much of this work was done by Thejaswi Puthraya as part of Google's Summer of Code project; much thanks to him for the work, and to them for the program.

This is a backwards-incompatible change; see the upgrading guide in docs/ref/contrib/comments/upgrade.txt for instructions if you were using the old comments system.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8557 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-25 22:14:22 +00:00
..
contrib Refactored Django's comment system. 2008-08-25 22:14:22 +00:00
files
forms
models
templates Fixed #7743: Reverted [8483], which was itself a reversion of [8481], after confirmation from Malcolm. Corrected a long standing mistake in the timesince/timeuntil filters when using a parameter for 'now'. Thanks to Andrew Shearer <ashearerw@shearersoftware.com> for the report. 2008-08-25 12:31:10 +00:00
databases.txt
django-admin.txt Removed outdated "adminindex" command -- the same behavior is now far easier and better done in a template, or perhaps a custom `AdminSite.index` function. Refs #5500. 2008-08-25 18:53:18 +00:00
generic-views.txt
index.txt
middleware.txt
request-response.txt Fixed #8486: Corrected some file attribute names in the request/response docs. Thanks to mrsanders for the report. 2008-08-24 09:01:50 +00:00
settings.txt
unicode.txt