summaryrefslogtreecommitdiff
path: root/django/contrib/comments/views/utils.py
AgeCommit message (Expand)Author
2014-03-21Removed contrib.comments per deprecation timeline.Tim Graham
2013-09-05Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin
2013-05-17Replaced an antiquated pattern.Aymeric Augustin
2012-12-10Fixed #18856 -- Ensured that redirects can't be poisoned by malicious users.Florian Apolloner
2012-07-22[py3] Updated urllib/urllib2/urlparse imports.Aymeric Augustin
2012-06-26Add reST role to templates named in some view docs.Ben Spaulding
2011-03-03Fixed #13411 -- Made sure URL fragments are correctly handled by the next_red...Jannis Leidel
2010-03-05Fixed #12151: Ensured the comments code does not cause a server error when a ...Karen Tracey
2009-04-07Fixed #10585: comment redirects built from the `next` parameter now work corr...Jacob Kaplan-Moss
2009-01-12A few small fixes to django.contrib.comments (Comment.get_as_text for non-aut...Jacob Kaplan-Moss
2008-08-27Fixed #8601: a small typo in comment views.Jacob Kaplan-Moss
2008-08-25Refactored Django's comment system.Jacob Kaplan-Moss