Skip to content

0.25.0

Latest

Choose a tag to compare

@fabiocaccamo fabiocaccamo released this 26 Aug 00:19
· 4 commits to main since this release
  • Add Django 6.1 support.
  • Drop Django < 4.2 support. #220
  • Refactor update_tree to use bulk updates. (by stumpylog in #221)
  • Update only changed fields in update_tree bulk update.
  • Replace mark_safe(f-string) with format_html to prevent XSS in admin. #219
  • Pin actions to SHA, fix permissions, add "OpenSSF Scorecard" workflow. #218
  • Bump test requirements.
  • Bump pre-commit hooks.