django1/django/contrib/comments
Malcolm Tredinnick 880e3cfaa6 Backed out the changes in [5482] for a bit whilst some more investigation into
side-effects is done. Refs #4565.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@5511 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-22 07:15:04 +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 Backed out the changes in [5482] for a bit whilst some more investigation into 2007-06-22 07:15:04 +00:00
urls Fixed bug in [29] 2005-07-14 18:37:10 +00:00
views Fixed #4040 -- Changed uses of has_key() to "in". Slight performance 2007-04-26 13:30:48 +00:00
__init__.py Created django.contrib and moved comments into it 2005-07-14 18:20:03 +00:00
feeds.py Fixed #4404 -- Fixed LatestCommentsFeed query problem. Thanks, SmileyChris. 2007-06-01 11:58:17 +00:00
models.py Fixed #3473 -- Corrected access to get in manager (probably introduced as part of magic-removal conversion). 2007-03-31 02:23:34 +00:00