summaryrefslogtreecommitdiff
path: root/tests/regressiontests/comment_tests/urls_admin.py
AgeCommit message (Collapse)Author
2009-10-24Fixed a couple of test-ordering-dependant failures introduced in [11639] ↵Jacob Kaplan-Moss
that caused test failures when running the whole test suite. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11645 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-10-23Fixed #11625: added comment moderation via admin actions.Jacob Kaplan-Moss
This is BACKWARDS INCOMPATIBLE if you were using the completely undocumented moderation view from 1.1. That view's been removed in favor of the admin actions. Thanks, Thejaswi Puthraya. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11639 bcc190cf-cafb-0310-a4f2-bffc1f526a37