Releases: wuyue92tree/django-adminlte-ui
Releases · wuyue92tree/django-adminlte-ui
1.3.3
1.3.2
issue
- update menuAction js fix menu issue;
feature
- add permission control for general_option & exchange_menu;
- add gitter & demo;
- add show_avatar and avatar_field logic;
- add logged_out.html.
1.3.1
1.3.0
- add exchange_menu logic with permission limit;
- add message when call exchange menu;
- update docs;
- update models, content_type option add null=True;
- add js logic for menu;
- add treebeard as menu depends;
- add select2 into widgets.py;
- update site_logo save path, base on settings.MEDIA_ROOT & settings.MEDIA_URL;
- fix base.html & login.html b tag issue;
- change base.html extra_style and extra_head position.
1.2.0
- add models with options;
- add general_option.html to manager general option;
- setup app label to
django_admin_settings
; - register and add general_option into menu;
- add docs.
1.1.1
fix filter and search issue at change_list.html, consult django-suit.
1.1.0
- add pages [ delete_selected_confirmation.html,add object_history.html,404.html,500.html];
- update layout when fieldset.name is not none;
- update support default block extrahead extrastyle。