django1/django/contrib/comments
Claude Paroz 3fb98406dc [1.5.x] Updated translations 2013-02-25 14:27:14 +01:00
..
locale [1.5.x] Updated translations 2013-02-25 14:27:14 +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 [py3] Ported django.utils.encoding. 2012-08-07 12:00:22 +02:00
views [1.5.X] Fixed #18856 -- Ensured that redirects can't be poisoned by malicious users. 2012-12-10 22:13:28 +01:00
__init__.py [1.5.x] Fixed #19483 -- Improved import error message in contrib.comments 2012-12-16 21:13:30 +01:00
admin.py Fixed #19077, #19079 -- Made USERNAME_FIELD a required field, and modified UserAdmin to match. 2012-10-13 11:44:50 +08: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 [py3] Ported django.utils.encoding. 2012-08-07 12:00:22 +02:00
models.py Fixed #19077, #19079 -- Made USERNAME_FIELD a required field, and modified UserAdmin to match. 2012-10-13 11:44:50 +08:00
moderation.py Made more extensive use of get_current_site 2012-09-28 20:33:05 +02:00
signals.py [1.5.X] Fixed docs noting comment_will_be_sent returns a 400, not a 403 2012-11-16 18:20:11 -05:00
urls.py Fixed #14675 -- Completed removal of `from django.conf.urls.default import *` usage. 2011-09-11 22:36:16 +00:00