Skip to content

0.24.0

Compare
Choose a tag to compare
@fabiocaccamo fabiocaccamo released this 11 Dec 22:40
· 272 commits to main since this release

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