django1/django/contrib/comments
Brian Rosner a19ed8aea3 Merged the newforms-admin branch into trunk.
This is a backward incompatible change. The admin contrib app has been
refactored. The newforms module has several improvements including FormSets
and Media definitions.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@7967 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-07-18 23:54:34 +00:00
..
templates/comments Fixed #3185 -- Made values for login, logout and post-login redirect URLs 2007-04-25 08:49:57 +00:00
templatetags Fixed #3453: introduced a new template variable resolution system by Brian Harring (thanks!). The upshot is that variable resolution is about 25% faster, and you should see a measurable performance increase any time you've got long or deeply nested loops. 2007-09-21 04:00:32 +00:00
urls Fixed bug in [29] 2005-07-14 18:37:10 +00:00
views Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
__init__.py Created django.contrib and moved comments into it 2005-07-14 18:20:03 +00:00
admin.py Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
feeds.py Fixed docstring style. 2007-10-19 01:42:21 +00:00
models.py Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
tests.py Fixed #5909 -- Made the various django.contrib.comment models more robust in 2007-11-29 18:15:31 +00:00