1
0
mirror of https://github.com/django/django.git synced 2024-12-26 19:16:11 +00:00
django/tests/regressiontests/admin_views
2010-02-23 14:48:15 +00:00
..
fixtures Fixed #11820 -- Corrected the spelling of Grace Hopper's name in a test. Thanks to shields@msrl.com for the report, and apologies to Admiral Hopper for the error. 2009-09-13 04:32:55 +00:00
__init__.py
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