django/tests/regressiontests/admin_views
Jannis Leidel c4470e5ced Make use of new ability to override admin add form templates and removed a litle bit of redundancy in the templates.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12218 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-12 23:35:29 +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 Fixed #10640 - Adds a add_form_template option to ModelAdmin. Thanks jcsackett. 2010-01-12 23:34:03 +00:00
tests.py Make use of new ability to override admin add form templates and removed a litle bit of redundancy in the templates. 2010-01-12 23:35:29 +00:00
urls.py Fixed #6470: made the admin use a URL resolver. 2009-01-14 20:22:25 +00:00
views.py Fixed #8509: Cleaned up handling of test cookies in admin logins. Thanks to rajeshd for the report of a problem case. 2008-08-24 06:34:18 +00:00