Releases: fabiocaccamo/django-admin-interface
Releases · fabiocaccamo/django-admin-interface
0.29.2
- [js] Highlight tab button with errors. #287 (thanks to @EricPobot)
- [css] Improve related widget links style.
- [css] Improve user reset-password form appearance.
- [css] Don't show datetime widget on single-line in inlines.
- [ci] Bump
pre-commit
hooks. - [ci] Bump test requirements.
0.29.1
- [css] Hide dashboard app elements when all their models are filtered-out (hidden) by quick-search filters.
- [ci] Bump
pre-commit
hooks.
0.29.0
- [python] Drop
Python 3.8
,Python 3.9
andDjango 3.x
support. - [python] Add support for admin
show_facets
option. #396 - [python] Fix serving static files from third-party services. #384 #385
- [css] Improve list filter style.
- [css] Set changelist table cell max-width.
- [ci] Add
Django 5.1
totox
test matrix. - [ci] Update
pyupgrade
anddjango-upgrade
hooks target versions. - [ci] Bump
pre-commit
hooks. - [ci] Bump test requirements.
0.28.9
- [css] Add missing background color variable.
- [css] Fix fieldsets border color.
- [css] Fix fieldset collapse header style.
- [css] Prevent changelist table text wrapping.
- [html] Show theme toggle.
- [ci] Bump test requirements.
- [ci] Bump
pre-commit
hooks.
0.28.8
- [js] Fix invalid assignment to const
iframeInternalModalClass
.
0.28.7
- [html] Fix missing check for showing inlines as tabs. #390
- [css] Improve m2m selector style.
- [css] Fix m2m selector not styled correctly. #393
- [css] Update related-widget links margins.
- [css] Use
position: fixed;
for related modal. - [css] Improve html list preview rendering with
django-streamfield
. - [js] Code refactoring for adding modal params to url and use
const
andlet
instead ofvar
. - [ci] Bump
pre-commit
hooks.
0.28.6
- [python] Fix date hierarchy params. #374 (by @jeroenpeters1986 in #375)
- [js] Open any link with
_popup=1
query-string parameter in a modal window. - [ci] Bump requirements.
- [ci] Bump
pre-commit
hooks.
0.28.5
- [css] Fix related widget height and buttons alignment when there is a multiline label.
- [css] Fix inputs height when there is a multiline label.
0.28.4
- [css] Fix header logo not displayed correctly.
0.28.3
- [css] Fix help text horizontal alignment when using
show-fieldsets-as-tabs
/show-inlines-as-tabs
theme options. #317 - [css] Fix file-upload widget margin-left.
- [css] Fix related widget links add button position on
many-to-many
selector. - [css] Fix related widget links margin from
select2
(autocomplete_fields
). - [css] Reduce paginator vertical padding.