Skip to content

Releases: fabiocaccamo/django-admin-interface

0.27.0

05 Dec 22:36

Choose a tag to compare

  • 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

05 Sep 16:49

Choose a tag to compare

  • 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

10 May 23:39

Choose a tag to compare

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

18 Apr 16:28

Choose a tag to compare

  • 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 with Ruff.
  • Switch from setup.py to pyproject.toml.
  • Add pyupgrade to pre-commit config.
  • Add django-upgrade to pre-commit hooks.
  • Upgrade syntax for Python >= 3.8.
  • Run pre-commit also with tox.
  • 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 to main.

0.24.2

19 Dec 14:36

Choose a tag to compare

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

0.24.1

14 Dec 12:03

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

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

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

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

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.