Releases: wuyue92tree/django-adminlte-ui
Releases · wuyue92tree/django-adminlte-ui
2.1.1
- fix menu status render issue when access model child url
- fix date range filter,setup empty when un focus except apply
2.1.0
- add date range filter base on daterangepicker
- add min-width for all filter
- change object-tools position
- update locale
- calculate menu active status from server
2.0.0
- remove django-treebeard deps, fix #28, #29, #30
- remove all adminlte models, make simple
- make all config base on core.AdminlteConfig
1.7.2
- fix submit_row issue & make change form tools float
- improve fieldset.html & fix #15
- fix translate in
password_change_form.html
- update
app.css
1.7.1
- fix exception when delete in changelist_view
- update docs
1.7.0
- make previous & next button effective on change_list.html
- use select2 make admin filter searchable
- add search_field_placeholder for search_fields
- use
github actions
replace travis
1.6.0
- fix #26 case by modify list_per_page with '…' str
- add apps options in ADMINLTE_SETTINGS for menu icon & menu order
- update adminlte from 2.3.6 -> 2.4.18
1.5.1
- fix template tag for Django 3;
- fix #18 image uploads cdn assets.
1.5.0
- fix #12 admin_static is removed in django3
- add adminlte/widgets/select.html && auto active select2 by select id.
1.4.0
- feature #6 add
ADMINLTE_SETTINGS
;
- update menu render logic.