Skip to content

Releases: fabiocaccamo/django-admin-interface

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.

0.19.0

14 May 13:49
Compare
Choose a tag to compare

0.18.7

24 Feb 09:25
Compare
Choose a tag to compare
  • Removed public disclosures of the lib's version. #154 (thanks to @mintyPT)
  • Reformatted code with Black.