debian-django-admin-tools/admin_tools/dashboard
David Jean Louis da7bc05148 Merged in fanatid/django-admin-tools (pull request #13)
Issue #115. Extend options for LinkList
2013-02-25 14:38:55 +01: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 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
static/admin_tools Apply patch from changeset 522004b1d118 to fix js break dashboard layout 2012-04-18 14:01:40 +03:00
templates Merged in fanatid/django-admin-tools (pull request #13) 2013-02-25 14:38:55 +01:00
templatetags Fix error 'MultipleObjectsReturned: get() returned more than one DashboardPreferences -- it returned 2!' 2012-04-18 15:22:28 +03:00
__init__.py reorganize imports 2010-07-25 23:29:10 +06:00
dashboards.py Dasboard modules id generation is moved to Python level and can now be customized. 2010-12-12 03:29:38 +05: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 Extend options for LinkList 2013-01-04 16:56:09 +06:00
registry.py reorganize imports 2010-07-25 23:29:10 +06:00
tests.py - disable rendering of empty group modules (fixes #49), 2010-09-18 11:42:22 +02:00
urls.py Added a dashboard_id field to DashboardPreferences to distinguish preferences among various dashboards (fixes #43) 2011-02-23 14:41:35 +01:00
utils.py use request.path 2012-01-12 23:14:37 +01:00
views.py Use message framework 2012-04-04 13:31:37 +07:00