Releases: fabiocaccamo/django-admin-interface
Releases · fabiocaccamo/django-admin-interface
0.24.1
0.24.0
What's Changed
- Drop
Python < 3.8
andDjango < 2.2
versions support. (by @merwok in #220) - Replace
str.format
withf-strings
. - Remove
post_migrate
signal handler and multi db test. - Add german translation. (by @derzinn in #222)
- Include date hierarchy in quick removal links (by @merwok in #218)
- Fix broken tabbed inline name. (by @VaZark in #221)
- Minor cleanups. (by @merwok in #225)
- Bump actions and requirements.
- [css] Fix inlines vertical alignement. (by @VaZark in #201)
- [css] Fix tabbed changeform tabs text color on focus. (by @VaZark in #223)
- [CI] Add Farsi language to
tests.settings.LANGUAGES
. (by @merwok) - [CI] Update
pre-commit
config. - [CI] Automate package build and publish on PyPI.
New Contributors
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.