Releases: fabiocaccamo/django-admin-interface
Releases · fabiocaccamo/django-admin-interface
0.28.2
0.28.1
- [python] Fix
TemplateDoesNotExist
when usingdjango-nested-admin
by returning custom template for other third-party packages. #341 (by @markdrrr in #342) - [html] Display language chooser language name uppercase.
- [css] Move save buttons to right in change form.
- [css] Fix related widget links icons size and vertical alignment.
- [css] Fix admin
raw_id_fields
appearance. - [css] Fix
autocomplete_fields
appearance. - [ci] Bump requirements.
Contributors
0.28.0
- [html] Remove old
flat-theme
body class. - [html] Remove
type="text/css"
andtype="text/javascript"
attributes. - [css] Fix filter input fields collapsing on different layouts. #338
- [css] Fix paginator buttons height.
- [css] Fix
foldable-apps
+/- button vertical alignment. - [css] Split
admin-interface-fix.css
CSS file into multiple files for easier debugging. - [css] Rename
form-controls.css
tosticky-form-controls.css
. - [css] Move third-party compatibility CSS files to a
third-party
folder. - [css] Move
related-modal.css
to related-modal plugin folder. - [third-party] Update compatibility with
django-streamfield
. - [ci] Replace
Black
andisort
withRuff-format
. - [ci] Bump
pre-commit
hooks.
0.27.0
- Add
Python 3.12
support. - Add
Django 5.0
support. - Fix broken language-chooser with
i18n_patterns(..., prefix_default_language=False)
. #327 (by @julianwachholz in #328) - Simplify language-chooser. #327 (by @julianwachholz in #328)
- Speed-up test workflow.
- Bump requirements.
- Bump
pre-commit
hooks.
Contributors
0.26.1
- Fix logout and theme buttons style. #246
- Add Russian translation. (by @rustzzdevel in #295)
- Update Italian translations.
- Update Spanish translations. (by @smunoz-ml in #307)
- Prevent multiple
.collapse-toggle
button.
0.26.0
What's Changed
- Add collapsible inlines support. #263 (by @fabiocaccamo in #282)
- Bump requirements.
- Bump
pre-commit
hooks.
Full Changelog: 0.25.0...0.26.0
0.25.0
- Add
Django 4.2
support. - Drop
Django 2.2
support. - Fix
date_hierarchy
with multiple fields (ForeignKey
). #244 - Fix tabs not working with non-ASCII alphanumeric characters. #237
- Fix multidb tests.
- Add
css_generic_link_active_color
field to use on active tab (tabbed changeform). #232 - Replace
flake8
withRuff
. - Switch from
setup.py
topyproject.toml
. - Add
pyupgrade
topre-commit
config. - Add
django-upgrade
topre-commit
hooks. - Upgrade syntax for
Python >= 3.8
. - Run
pre-commit
also withtox
. - Reformat migrations.
- Bump requirements.
- Bump
pre-commit
hooks. - Pin test requirements.
- Add pull request template.
- Add
CODE_OF_CONDUCT.md
. #238 - Rename default branch from
master
tomain
.
0.24.2
What's Changed
- Fix modal and popup opening at the same time. #228
- Make
Theme.get_active_theme
class method a manager method. (by @MounirMesselmeni in #230)
New Contributors
- @mounirmesselmeni made their first contribution in #230
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.