Skip to content

v1.1.0 - Django 4.2 support and a bugfix for templates with dashes in the filename

Compare
Choose a tag to compare
@bcdickinson bcdickinson released this 25 Oct 10:06
· 10 commits to main since this release

1.1.0 - 2023-10-25

Added

  • Add support for Django 4.2 (#231)

Changed

  • Switch to the poetry-core build backend (#232)

Removed

  • Drop support for Python 3.7 (#231)
  • Drop support for Django 4.0 (#231)

Fixed

  • Ensure the project root is on sys.path so tests etc. can be run in by Docker Compose (#233, #234)
  • Fix URL pattern matching for template with dashes in the file name (#229, #230)