django1/django/contrib/comments
Karen Tracey 215615ad58 [1.1.X] Fixed #12151: Ensured the comments code does not cause a server error when a request comes in for a comment specifying an invalid primary key value. Thanks thejaswi_puthraya.
r12681 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12682 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-05 20:21:28 +00:00
..
templates/comments Fixed #10169: don't accidentally try to redirect to "None" after posting a comment. 2009-04-07 20:22:36 +00:00
templatetags [1.1.X] Fixed #12503 - form examples don't validate according to w3c 2010-01-04 22:22:16 +00:00
views [1.1.X] Fixed #12151: Ensured the comments code does not cause a server error when a request comes in for a comment specifying an invalid primary key value. Thanks thejaswi_puthraya. 2010-03-05 20:21:28 +00:00
__init__.py Fixed #8193: all dynamic imports in Django are now done correctly. I know this because Brett Cannon borrowed the time machine and brought Python 2.7's '`importlib` back for inclusion in Django. Thanks for the patch-from-the-future, Brett! 2009-03-18 16:55:59 +00:00
admin.py [1.1.X] Fixed #11995 -- Modified the admin site definition for comments so that users are shown as a raw id list. Thanks to James Bennett for the report and patch. 2009-10-08 13:32:23 +00:00
feeds.py Fixed #10633, #10691: marked strings in the comments app for translation. Thanks, zgoda. 2009-04-07 19:57:01 +00:00
forms.py Fixed #9958: split the `CommentForm` into a set of smaller forms. This for better encapsulation, but also so that it's easier for subclasses to get at the pieces they might need. Thanks to Thejaswi Puthraya. 2009-03-21 13:45:31 +00:00
managers.py A few small fixes to django.contrib.comments (Comment.get_as_text for non-authenticated users; references to Comment.permalink; unused imports). Fixes #9143, #9429, and 9439. Thanks, Thejaswi Puthraya. 2009-01-12 17:27:41 +00:00
models.py Fixed #10633, #10691: marked strings in the comments app for translation. Thanks, zgoda. 2009-04-07 19:57:01 +00:00
moderation.py [1.1.X] Fixed #10878, an error in the `Moderator` docstring. 2010-03-01 20:19:53 +00:00
signals.py Updated comment signals to provide enough information to actually act on. This was uncovered when working on the documentation, which'll be committed shortly. 2008-08-26 18:53:52 +00:00
urls.py Fixed #9956: relax the URL pattern for primary keys in the comment redirect so that models with custom PKs aren't cut out of the loop. 2009-04-07 19:40:59 +00:00