1
0
mirror of https://github.com/django/django.git synced 2024-12-25 10:35:48 +00:00
django/django/contrib/comments
Aymeric Augustin d4a0b27838 [py3] Refactored __unicode__ to __str__.
* Renamed the __unicode__ methods
* Applied the python_2_unicode_compatible decorator
* Removed the StrAndUnicode mix-in that is superseded by
  python_2_unicode_compatible
* Kept the __unicode__ methods in classes that specifically
  test it under Python 2
2012-08-12 14:44:40 +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
admin.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
feeds.py
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 [py3] Refactored __unicode__ to __str__. 2012-08-12 14:44:40 +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
urls.py