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