debian-django-admin-tools/admin_tools/menu
David Jean Louis 8569471539 Removed old backwards compatibility code (should close issue #3) 2015-07-07 10:58:43 +02:00
..
management Use self.stdout.write instead of print in custom django-admin commands, to avoid clobbering of tests output. 2011-05-26 20:35:03 +04:00
migrations Add initial Django 1.7 migrations and move south migrations until we decide to remove them completely. Remove South from test_proj 2015-07-04 12:28:06 +01:00
south_migrations Add initial Django 1.7 migrations and move south migrations until we decide to remove them completely. Remove South from test_proj 2015-07-04 12:28:06 +01:00
static/admin_tools Upgraded to latest jquery (1.9.1) and jquery-ui (1.10.1) 2013-02-25 16:34:36 +01:00
templates * update overridden django admin templates 2015-07-07 10:36:37 +02:00
templatetags * update overridden django admin templates 2015-07-07 10:36:37 +02:00
__init__.py Update docs and module templates for new recommended import paths 2010-04-26 07:17:11 +06:00
forms.py Add Python 3 support 2013-08-23 01:33:41 +03:00
items.py Add Python 3 support 2013-08-23 01:33:41 +03:00
menus.py include_list and exclude_list are now deprecated for ModelList and AppList 2010-11-10 03:39:05 +05:00
models.py Alternate way of determining the custom User model, which doesn't cause circular imports when a custom User model is actually used. 2013-02-15 09:18:13 +11:00
tests.py Fixed issue #33: empty applist menu items should not be displayed 2010-07-03 00:33:45 +02:00
urls.py Removed old backwards compatibility code (should close issue #3) 2015-07-07 10:58:43 +02:00
utils.py clear deprecation warning about django.utils.importlib by using importlib from Python 2.7 2015-05-26 23:42:37 +02:00
views.py Add Python 3 support 2013-08-23 01:33:41 +03:00