summaryrefslogtreecommitdiff
path: root/django/contrib/comments/forms.py
AgeCommit message (Expand)Author
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