django1/django/contrib/comments
Tim Graham 1dae4ac177 Whitespace cleanup.
* Removed trailing whitespace.
* Added newline to EOF if missing.
* Removed blank lines at EOF.
* Removed some stray tabs.
2013-10-10 16:49:20 -04:00
..
locale Updated translation catalogs 2013-05-25 14:32:44 +02:00
templates/comments Fixed #20455 -- Do not use ngettext for undefined plurals 2013-05-25 14:16:46 +02:00
templatetags Fixed #20841 -- Added messages to NotImplementedErrors 2013-09-10 11:09:59 -04:00
views Took advantage of django.utils.six.moves.urllib.*. 2013-09-05 14:39:23 -05:00
__init__.py Deprecated django.utils.importlib 2013-07-29 17:10:22 +02:00
admin.py Removed several unused imports. 2013-06-19 17:18:40 +02:00
feeds.py Used get_current_site in comments feed class 2012-09-28 14:35:26 +02:00
forms.py Fixed #17627 -- Renamed util.py files to utils.py 2013-09-16 12:52:05 -04: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 #16302 -- Ensure contrib.comments is IPv6 capable 2013-02-24 13:58:38 +01:00
moderation.py Whitespace cleanup. 2013-10-10 16:49:20 -04: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