django1/django/contrib/comments
Jannis Leidel 9b7be918ed Fixed #12325 -- Allows zero values for moderate_after and close_after fields of comment moderators. Thanks, Gabriel Hurley.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14556 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-13 18:42:56 +00:00
..
templates/comments Fixed paste-o in [13855] 2010-09-14 21:40:23 +00:00
templatetags Fixed #12053 - form examples don't validate according to w3c 2010-01-04 21:55:52 +00:00
views Changed the comments post view code to avoid raising an exception if handed invalid data for the object pk. Thanks to Leo for the test. 2010-03-16 22:37:45 +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 Fixed #12940 -- Modified some admin actions in contrib.comments to use ungettext in order to support Russian (and similar) pluralization rules. Thanks to void for the report and patch. 2010-03-12 15:32:06 +00:00
feeds.py Fixed #6188, #6304, #6618, #6969, #8758, #8989, #10334, #11069, #11973 and #12403 -- Modified the syndication framework to use class-based views. Thanks to Ben Firshman for his work on this patch. 2010-01-28 13:46:18 +00:00
forms.py Fixed #14445 - Use HMAC and constant-time comparison functions where needed. 2010-10-14 20:54:30 +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 #1142 -- Added multiple database support. 2009-12-22 15:18:51 +00:00
moderation.py Fixed #12325 -- Allows zero values for moderate_after and close_after fields of comment moderators. Thanks, Gabriel Hurley. 2010-11-13 18:42:56 +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 #14412 -- Pointed contrib.comments comments-url-redirect URLpattern at the actual view instead of the deprecated view. Thanks, subsume 2010-10-06 22:56:52 +00:00