django1/django/contrib/comments
Adrian Holovaty fd16f1468a Fixed #1981 -- Fixed bug in feeds.py for comments
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2983 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-26 04:21:36 +00:00
..
templates/comments fixed #1287 - comment forms are now translateable and overrideable 2006-02-02 10:25:15 +00:00
templatetags MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
urls Fixed bug in [29] 2005-07-14 18:37:10 +00:00
views Fixed #1997 -- Changed comments.py views to use relative URL for redirects. Thanks, phil@produxion.net 2006-05-26 04:06:46 +00:00
__init__.py Created django.contrib and moved comments into it 2005-07-14 18:20:03 +00:00
feeds.py Fixed #1981 -- Fixed bug in feeds.py for comments 2006-05-26 04:21:36 +00:00
models.py Fixed #1722 -- Fixed bug in CommentManager.user_is_moderator(). Thanks, Jure Cuhalev 2006-05-05 12:52:15 +00:00