index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
comments
/
views
/
utils.py
Age
Commit message (
Expand
)
Author
2014-03-21
Removed contrib.comments per deprecation timeline.
Tim Graham
2013-09-05
Took advantage of django.utils.six.moves.urllib.*.
Aymeric Augustin
2013-05-17
Replaced an antiquated pattern.
Aymeric Augustin
2012-12-10
Fixed #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-26
Add reST role to templates named in some view docs.
Ben Spaulding
2011-03-03
Fixed #13411 -- Made sure URL fragments are correctly handled by the next_red...
Jannis Leidel
2010-03-05
Fixed #12151: Ensured the comments code does not cause a server error when a ...
Karen Tracey
2009-04-07
Fixed #10585: comment redirects built from the `next` parameter now work corr...
Jacob Kaplan-Moss
2009-01-12
A few small fixes to django.contrib.comments (Comment.get_as_text for non-aut...
Jacob Kaplan-Moss
2008-08-27
Fixed #8601: a small typo in comment views.
Jacob Kaplan-Moss
2008-08-25
Refactored Django's comment system.
Jacob Kaplan-Moss