django1/django/contrib/comments
Claude Paroz 0f84037e10 [1.7.x] Updated translation catalogs 2014-05-19 15:14:09 +02:00
..
locale [1.7.x] Updated translation catalogs 2014-05-19 15:14:09 +02:00
templates/comments Fixed #20455 -- Do not use ngettext for undefined plurals 2013-05-25 14:16:46 +02:00
templatetags Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings 2014-03-08 09:57:40 +01:00
views Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
__init__.py Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings 2014-03-08 09:57:40 +01:00
admin.py Removed several unused imports. 2013-06-19 17:18:40 +02:00
apps.py Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title case 2014-03-06 18:43:04 -05:00
feeds.py Moved RequestSite and get_current_site. 2014-01-26 08:50:47 +01:00
forms.py Fixed flake8 E251 violations 2013-11-03 03:22:11 -06:00
managers.py Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that return a QuerySet. 2013-03-08 10:11:45 -05:00
models.py Fixed #19774 -- Deprecated the contenttypes.generic module. 2014-01-26 14:42:30 -05:00
moderation.py Moved RequestSite and get_current_site. 2014-01-26 08:50:47 +01:00
signals.py comment_will_be_sent can cause a 400, not a 403 2012-11-16 10:19:54 -05:00
urls.py Fixed #14675 -- Completed removal of `from django.conf.urls.default import *` usage. 2011-09-11 22:36:16 +00:00