1
0
mirror of https://github.com/django/django.git synced 2024-11-18 23:44:22 +00:00
django/tests/regressiontests/admin_views
2010-03-01 18:58:54 +00:00
..
fixtures Added file omitted from r12598. 2010-02-26 13:22:52 +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 Fixed #6191, #11296 -- Modified the admin deletion confirmation page to use the same object collection scheme as the actual deletion. This ensures that all objects that may be deleted are actually deleted, and that cyclic display problems are avoided. Thanks to carljm for the patch. 2010-02-26 13:17:43 +00:00
tests.py Fixed test of the admin actions selection counter for changes made in r12626. Thanks for the report, Eric Holscher. 2010-03-01 18:58:54 +00:00
urls.py Fixed #6470: made the admin use a URL resolver. 2009-01-14 20:22:25 +00:00
views.py