summaryrefslogtreecommitdiff
path: root/django/contrib/comments/admin.py
AgeCommit message (Expand)Author
2010-03-12Fixed #12940 -- Modified some admin actions in contrib.comments to use ungett...Russell Keith-Magee
2009-10-23Fixed #11625: added comment moderation via admin actions.Jacob Kaplan-Moss
2009-10-08Fixed #11995 -- Modified the admin site definition for comments so that users...Russell Keith-Magee
2009-02-23Fixed #8630: finished the custom comment app API that was left out of 1.0. Th...Jacob Kaplan-Moss
2009-01-12A few small fixes to django.contrib.comments (Comment.get_as_text for non-aut...Jacob Kaplan-Moss
2008-09-16Fixed #8917 -- Comments are now displayed in reverse order by submit_date in ...Wilson Miner
2008-08-25Refactored Django's comment system.Jacob Kaplan-Moss
2008-07-18Merged the newforms-admin branch into trunk.Brian Rosner