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