django1/django/contrib/comments
Jacob Kaplan-Moss 571b2d139b Deprecated django.contrib.comments. 2013-03-11 15:38:40 -05:00
..
locale Merged contrib translations from 1.5 branch 2013-02-26 21:51:06 +01: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 #15363 -- Renamed and normalized to `get_queryset` the methods that return a QuerySet. 2013-03-08 10:11:45 -05:00
views Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`. 2013-02-05 04:16:07 -05:00
__init__.py Deprecated django.contrib.comments. 2013-03-11 15:38:40 -05:00
admin.py Fixed #19704 -- Make use of new ungettext_lazy function at appropriate places 2013-02-06 22:01:55 +01:00
feeds.py Used get_current_site in comments feed class 2012-09-28 14:35:26 +02:00
forms.py [py3] Ported django.utils.encoding. 2012-08-07 12:00:22 +02: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 Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`. 2013-02-05 04:16:07 -05: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