django/tests/admin_views
Alex Gaynor 96fd5557f9 Removed a ton of unused local vars 2013-09-08 08:05:16 -07:00
..
fixtures
templates
__init__.py
admin.py Fixed #21013 -- Ensure that ModelAdmin.get_queryset is considered for the admin history view. 2013-09-07 14:53:29 -05:00
customadmin.py Added a test for AdminSite.app_index_template; refs #8498. 2013-07-31 06:59:15 -04:00
forms.py
models.py Fixed #21013 -- Ensure that ModelAdmin.get_queryset is considered for the admin history view. 2013-09-07 14:53:29 -05:00
tests.py Removed a ton of unused local vars 2013-09-08 08:05:16 -07:00
urls.py Removed most of absolute_import imports 2013-07-29 20:28:13 +02:00
views.py