Commit Graph

34 Commits

Author SHA1 Message Date
Kirill Fomichev fanatid@ya.ru a02bfcb185 Extend options for LinkList 2013-01-04 16:56:09 +06:00
David Jean Louis 809f106a76 Merged in znotdead/django-admin-tools (pull request #9) 2012-10-22 10:01:48 +02:00
zhirafchik@gmail.com cec9d4014c adding extra urls to ModelList module of dashboard 2012-04-18 14:06:22 +03:00
Iacopo Spalletti e5cc0e87ed Added documentation for force_show_title property 2011-11-07 08:51:37 +01:00
Iacopo Spalletti 8c9ae98729 Added force_show_title to Group module to permit blocking the show_title overwriting for module children 2011-10-15 00:15:54 +02:00
David Jean Louis 1fa11e8015 * Merged kmike changes (fixes issue #70)
* Added a section for South migrate command (fixes issue #71)
2011-02-22 10:15:48 +01:00
David Jean Louis 281e552acc Fixed some module instanciation issues (fixes #65, thanks deschler!) 2010-12-18 11:56:21 +01:00
Mike Korobov 9eee1b6edd Dasboard modules id generation is moved to Python level and can now be customized. 2010-12-12 03:29:38 +05:00
Mike Korobov 8520bf1256 include_list and exclude_list are now deprecated for ModelList and AppList 2010-11-10 03:39:05 +05:00
David Jean Louis 5bc99ab7a1 Merge with fetzig fork 2010-09-24 15:16:43 +02:00
David Jean Louis 80ad9e6956 Completed support for multiple admin sites 2010-09-24 15:16:08 +02:00
klem@icodr.local 0affc42142 drop (grappelli_)column property of DashboardModule 2010-09-24 14:53:33 +02:00
klem@icodr.local 962a154627 * add multi AdminSite() support
* add DashboardModule.grappelli_column property
2010-09-23 18:41:13 +02:00
David Jean Louis 062e156b6e - disable rendering of empty group modules (fixes #49),
- group empty children modules are not rendered now,
- added a _initialized property to modules to ensure that init_with_context is called only once.
2010-09-18 11:42:22 +02:00
David Jean Louis 93f6df0a68 Merged kmike changes 2010-09-18 10:09:12 +02:00
David Jean Louis 0f98029a9e Added Group.is_empty() method 2010-09-18 10:08:38 +02:00
Mike Korobov 3770163666 modules.LinkList is fixed 2010-08-26 23:53:29 +06:00
Mike Korobov f47a63a396 More positional args + less verbose LinkList link definitions 2010-07-26 02:26:32 +06:00
Mike Korobov a19a765316 Improved API for ModelList module 2010-07-26 01:42:31 +06:00
Mike Korobov ada01362a9 Dashboard modules' constructors now have 'title' positional argument 2010-07-26 00:05:33 +06:00
Mike Korobov 7e0a6631e5 Examples are changed 2010-07-25 23:55:13 +06:00
Mike Korobov d82dca55e4 reorganize imports 2010-07-25 23:29:10 +06:00
Mike Korobov 2c7b37e86d Only set attributes in __init__ if they are known attributes in order to ensure backwards compatibility 2010-07-21 02:35:35 +06:00
Mike Korobov 0f7be3fb37 Attributes can be used instead of __init__ kwargs for dashboard module initialization 2010-07-20 23:28:04 +06:00
David Jean Louis e2f0aa2ca3 Fixed typo in Group module docstring. 2010-07-10 12:40:48 +02:00
David Jean Louis 38dca63ba9 Documentation of dashboard module groups. 2010-07-10 12:37:11 +02:00
David Jean Louis 2246b240ea Fixed typo in Group module docstring + uniformised whitespace 2010-07-07 15:39:20 +02:00
David Jean Louis 18b9dc6168 Implemented dashboard module groups, groups support "tabs", "accordion" and "stacked" layout 2010-06-09 13:21:01 +02:00
Mike Korobov 8650f40bf4 Support for 'models' and 'exclude' parameters for dashboard.modules.ModelList, dashboard.modules.AppList, menu.items.AppList 2010-04-28 03:20:10 +06:00
Mike Korobov 07fdee24ed Run existing doctests 2010-04-27 20:07:20 +06:00
Mike Korobov 79c80b5b19 More cross-links in docs 2010-04-27 12:34:05 +06:00
Mike Korobov fbdc4f1745 New API for menu items and dashboard modules. DashboardModule and MenuItem suffixes are removed from class names. Python namespaces should be used instead. Old names are deprecated but still work. 2010-04-27 11:57:09 +06:00
Mike Korobov 362e7eaa65 Show deprecation warnings for old import paths. Docstrings are updated for new recommended import paths. 2010-04-26 10:43:38 +06:00
Mike Korobov fb068bcc21 Move dasboard classes and dashboard module classes out of models.py 2010-04-24 04:48:19 +06:00