1
0
mirror of https://github.com/django/django.git synced 2024-12-28 03:55:50 +00:00
django/tests/regressiontests/admin_views
2010-01-12 23:35:29 +00:00
..
fixtures
__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
views.py