debian-django-admin-tools/admin_tools/dashboard
David Jean Louis 8569471539 Removed old backwards compatibility code (should close issue #3) 2015-07-07 10:58:43 +02:00
..
management add management command to remove the dashboard preferences 2014-07-29 01:32:35 +02: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 Eliminated jumping to top of page when clicking collapse/add/remove buttons on dashboard modules 2013-06-10 23:08:55 +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 reorganize imports 2010-07-25 23:29:10 +06:00
dashboards.py Removed old backwards compatibility code (should close issue #3) 2015-07-07 10:58:43 +02:00
forms.py Fixed issue #77 (dashboard_id not being submitted) 2011-04-03 20:15:47 +02: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
modules.py #3 - fix import and cleanup RemovedInDjango19Warning: Loading the `url` tag from the `future` library is deprecated 2015-07-03 13:25:15 +03:00
registry.py clear deprecation warning about django.utils.importlib by using importlib from Python 2.7 2015-05-26 23:42:37 +02:00
tests.py - disable rendering of empty group modules (fixes #49), 2010-09-18 11:42:22 +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