Skip to content

Releases: fabiocaccamo/django-admin-interface

0.24.1

14 Dec 12:03
Compare
Choose a tag to compare

What's Changed

  • Fix modal opener buttons not working when added to the DOM asynchronously. #228
  • [css] Improve changelist filter margins.

0.24.0

11 Dec 22:40
Compare
Choose a tag to compare

What's Changed

  • Drop Python < 3.8 and Django < 2.2 versions support. (by @merwok in #220)
  • Replace str.format with f-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

30 Nov 18:18
Compare
Choose a tag to compare

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

18 Nov 20:30
Compare
Choose a tag to compare

What's Changed

  • [CI] Add django 4.1 to tests.
  • [CI] Add pre-commit with black, isort and flake8.
  • Respect using in signals. #199 (by @VaZark in #200)
  • Remove translations line numbers to avoid lint step failures.

New Contributors

0.22.1

13 Oct 10:07
Compare
Choose a tag to compare
  • Fix KeyError raised by django-rangefilter.
  • [css] Add django-rangefilter style optimizations.
  • [css] Fix list-filter dropdown vertical margins.
  • [css] Fix calendar prev/next arrows style.

0.22.0

12 Oct 09:33
Compare
Choose a tag to compare
  • Add CI checks for migrations and translations. #184 (by @merwok in #186)
  • Add option for list filter quick remove. #181 (by @merwok in #183)
  • [css] Fix left/right scrolling broken with django-import-export. #165
  • [html] Fix duplicated welcome message. #185

0.21.0

06 Oct 15:28
Compare
Choose a tag to compare
  • 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

25 Aug 10:17
Compare
Choose a tag to compare
  • Add django-streamfield compatibility.

0.19.2

04 Aug 12:42
Compare
Choose a tag to compare

0.19.1

14 May 13:55
Compare
Choose a tag to compare
  • [css] Fixed dashboard alignment when recent-actions are not visible.