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
/
forms.py
Age
Commit message (
Expand
)
Author
2014-03-21
Removed contrib.comments per deprecation timeline.
Tim Graham
2013-11-03
Fixed flake8 E251 violations
Milton Mazzarri
2013-09-16
Fixed #17627 -- Renamed util.py files to utils.py
Tim Graham
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-02-04
Fixed #17597 -- Marked a word for translation in the comments app's form clas...
Jannis Leidel
2011-11-20
Upgraded django.contrib.comments to be compatible with time zone support.
Aymeric Augustin
2011-09-09
Fixed a bunch of imports of the email stdlib module now that we are on Python...
Jannis Leidel
2011-07-04
Fixed #16403 -- Correctly use ungettext in comments form. Thanks, poirier.
Jannis Leidel
2011-03-30
Removed Django 1.2 compatibility fallback for contrib.comments forms hash.
Luke Plant
2011-03-28
Removed a bunch of Python 2.4 workarounds now that we don't support it. Refs ...
Adrian Holovaty
2010-10-14
Fixed #14445 - Use HMAC and constant-time comparison functions where needed.
Luke Plant
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-03-21
Fixed #9958: split the `CommentForm` into a set of smaller forms. This for be...
Jacob Kaplan-Moss
2009-02-23
Refactored CommentForm.get_comment_object into a handful of separete methods ...
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-10-05
Fixed #8879 -- Used ungettext instead of ngettext in the comments framework.
Malcolm Tredinnick
2008-09-02
Avoid a deprecation warning when running on Python 2.6. Patch from Karen Tracey.
Malcolm Tredinnick
2008-09-01
Make sure to use force_unicode when looking up comment objects by `object_pk`...
Jacob Kaplan-Moss
2008-08-27
Removed oldforms, validators, and related code:
Gary Wilson Jr
2008-08-25
Refactored Django's comment system.
Jacob Kaplan-Moss