Releases: fabiocaccamo/django-admin-interface
Releases · fabiocaccamo/django-admin-interface
0.23.0
What's Changed
- Add
Python 3.11
support. - Add tabbed changeform support. (by @VaZark in #211)
- Fix #208 / Do not assume active DB when not specified. (by @VaZark in #210)
- Update translations.
- Bump actions and requirements.
- [css] Adjust list filter dropdown vertical margins.
- [css] Improve nav filter style. #214
- [css] Improve language chooser style.
- [css] Reduce secondary scrollbars size.
- [CI] Update
dependabot.yml
- [CI] Add
pre-commit-autoupdate.yml
workflow. - [CI] Update
pre-commit
hooks.
0.22.2
0.22.1
- Fix
KeyError
raised bydjango-rangefilter
. - [css] Add
django-rangefilter
style optimizations. - [css] Fix list-filter dropdown vertical margins.
- [css] Fix calendar prev/next arrows style.
0.22.0
0.21.0
- Add language chooser control option (default select, minimal select). #136
- Add option to make active list filters more visible. #174 (by @merwok in #178)
- Add support for collapsible fieldsets that start expanded. #173 (by @merwok in #177)
- [js] Fix modal window not closing on save with
django >= 4.0
. #169 - [css] Move
language-chooser
style to its own CSS file. - [css] Fix sticky list filter scrolling. #175
- [css] Fix paginator missing
border-top
on mobile.
0.20.0
- Add
django-streamfield
compatibility.
0.19.2
0.19.1
- [css] Fixed dashboard alignment when recent-actions are not visible.
0.19.0
- Converted dynamic inline CSS to external static CSS using CSS variables. #157 #93 (thanks to @Mustafa-Abu-Ghazy)