django1/django/contrib/comments
Malcolm Tredinnick 8728e0f353 Fixed #4404 -- Fixed LatestCommentsFeed query problem. Thanks, SmileyChris.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5408 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-01 11:58:17 +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 #4040 -- Changed uses of has_key() to "in". Slight performance 2007-04-26 13:30:48 +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