django/tests/regressiontests/admin_views
Joseph Kocherhans 7aeb37d610 Fixed #12707. Admin action messages are no longer displayed when submitting list_editable content. Thanks, copelco.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12525 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-23 14:48:15 +00:00
..
fixtures
__init__.py Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
customadmin.py Fixed #8933 - Allow more admin templates to be overridden. 2010-01-12 23:34:46 +00:00
models.py Added missing tests for fix committed in r12398. Thanks Karen for the report. 2010-02-16 12:17:37 +00:00
tests.py Fixed #12707. Admin action messages are no longer displayed when submitting list_editable content. Thanks, copelco. 2010-02-23 14:48:15 +00:00
urls.py
views.py