django1/django/contrib/comments
Aymeric Augustin c5ef65bcf3 [py3] Ported django.utils.encoding.
* Renamed smart_unicode to smart_text (but kept the old name under
  Python 2 for backwards compatibility).
* Renamed smart_str to smart_bytes.
* Re-introduced smart_str as an alias for smart_text under Python 3
  and smart_bytes under Python 2 (which is backwards compatible).
  Thus smart_str always returns a str objects.
* Used the new smart_str in a few places where both Python 2 and 3
  want a str.
2012-08-07 12:00:22 +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 [py3] Ported django.utils.encoding. 2012-08-07 12:00:22 +02:00
views [py3] Updated urllib/urllib2/urlparse imports. 2012-07-22 09:29:55 +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 [py3] Ported django.utils.encoding. 2012-08-07 12:00:22 +02:00
managers.py [py3] Ported django.utils.encoding. 2012-08-07 12:00:22 +02: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