debian-django-admin-tools/admin_tools/menu
shtalinberg 6f4ee9e016 #3 - fix import and cleanup RemovedInDjango19Warning: Loading the `url` tag from the `future` library is deprecated 2015-07-03 13:25:15 +03: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 Backwards compatible for django < 1.5. 2014-08-11 20:54:27 +04: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 #3 - fix import and cleanup RemovedInDjango19Warning: Loading the `url` tag from the `future` library is deprecated 2015-07-03 13:25:15 +03:00
templatetags Fixed missing context argument in get_admin_menu() calls 2012-10-22 20:51:46 +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 Fixed deprecation warning for django.conf.urls.default. (Deprecated in Django 1.4) 2013-03-04 12:17:27 -05: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