summaryrefslogtreecommitdiff
path: root/django/contrib/comments/admin.py
AgeCommit message (Expand)Author
2014-03-21Removed contrib.comments per deprecation timeline.Tim Graham
2013-06-19Removed several unused imports.Aymeric Augustin
2013-02-06Fixed #19704 -- Make use of new ungettext_lazy function at appropriate placesAlexey Boriskin
2012-10-13Fixed #19077, #19079 -- Made USERNAME_FIELD a required field, and modified Us...Russell Keith-Magee
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2010-12-21Fixed #13743 -- Fixed CommentsAdmin to not blow up if the delete_selected act...Jannis Leidel
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