summaryrefslogtreecommitdiff
path: root/django/contrib/comments/moderation.py
AgeCommit message (Expand)Author
2013-02-05Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.Simon Charette
2012-09-28Made more extensive use of get_current_siteClaude Paroz
2011-11-20Upgraded django.contrib.comments to be compatible with time zone support.Aymeric Augustin
2010-11-13Fixed #12325 -- Allows zero values for moderate_after and close_after fields ...Jannis Leidel
2010-10-09Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...Russell Keith-Magee
2010-03-01Fixed #10878, an error in the `Moderator` docstring.Jacob Kaplan-Moss
2009-05-14Fixed #11113: fixed a couple of issues that slipped through the cracks when c...Jacob Kaplan-Moss
2009-03-23Fixed #9282: added a generic comment moderation toolkit. See the documentatio...Jacob Kaplan-Moss