django1/django/contrib/comments
Claude Paroz 4a103086d5 Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Thanks Vinay Sajip for the support of his django3 branch and
Jannis Leidel for the review.
2012-06-07 18:08:47 +02:00
..
locale Pulled comments translations updates from Transifex. Refs #17822. 2012-03-23 02:52:11 +00:00
templates/comments Updated uses of i18n.blocktrans template tag to use the new more compact syntax introduced in 1.3. 2011-12-01 22:57:01 +00:00
templatetags Fixed #16042 -- Use the content types caching in the comments contrib app. Thanks, ptone, Julien Phalip and Thejaswi Puthraya. 2011-09-09 18:34:24 +00:00
views Fixed #18013 -- Use the new 'as' syntax for exceptions. 2012-04-29 20:57:15 +02: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 #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
feeds.py Fixed #15920 -- Removed COMMENTS_BANNED_USERS_GROUP setting in favor of the established comments app customization. Thanks, Daniel Lindsley. 2011-04-29 15:11:17 +00:00
forms.py Fixed #17597 -- Marked a word for translation in the comments app's form class. Thanks, Claude Paroz. 2012-02-04 18:26:58 +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 Comment._get_userinfo is thread safe now 2012-05-08 17:25:31 +02:00
moderation.py Upgraded django.contrib.comments to be compatible with time zone support. 2011-11-20 10:58:20 +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 #14675 -- Completed removal of `from django.conf.urls.default import *` usage. 2011-09-11 22:36:16 +00:00