Releases: fabiocaccamo/django-admin-interface
Releases · fabiocaccamo/django-admin-interface
0.27.0
- Add
Python 3.12support. - Add
Django 5.0support. - 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-commithooks.
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-togglebutton.
0.26.0
What's Changed
- Add collapsible inlines support. #263 (by @fabiocaccamo in #282)
- Bump requirements.
- Bump
pre-commithooks.
Full Changelog: 0.25.0...0.26.0
0.25.0
- Add
Django 4.2support. - Drop
Django 2.2support. - Fix
date_hierarchywith multiple fields (ForeignKey). #244 - Fix tabs not working with non-ASCII alphanumeric characters. #237
- Fix multidb tests.
- Add
css_generic_link_active_colorfield to use on active tab (tabbed changeform). #232 - Replace
flake8withRuff. - Switch from
setup.pytopyproject.toml. - Add
pyupgradetopre-commitconfig. - Add
django-upgradetopre-commithooks. - Upgrade syntax for
Python >= 3.8. - Run
pre-commitalso withtox. - Reformat migrations.
- Bump requirements.
- Bump
pre-commithooks. - Pin test requirements.
- Add pull request template.
- Add
CODE_OF_CONDUCT.md. #238 - Rename default branch from
mastertomain.
0.24.2
What's Changed
- Fix modal and popup opening at the same time. #228
- Make
Theme.get_active_themeclass 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.8andDjango < 2.2versions support. (by @merwok in #220) - Replace
str.formatwithf-strings. - Remove
post_migratesignal 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-commitconfig. - [CI] Automate package build and publish on PyPI.
New Contributors
0.23.0
What's Changed
- Add
Python 3.11support. - 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.ymlworkflow. - [CI] Update
pre-commithooks.
0.22.2
0.22.1
- Fix
KeyErrorraised bydjango-rangefilter. - [css] Add
django-rangefilterstyle optimizations. - [css] Fix list-filter dropdown vertical margins.
- [css] Fix calendar prev/next arrows style.