Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Dec 10:30
8adc17a

2.0.0 (2023-12-07)

⚠ BREAKING CHANGES

  • update minimum Django version to 5.0 (#21)
  • require Python 3.10+ (#20)

Features

  • make use of HttpRequest.auser() (from Django 5.x) during async middleware (#22) (c9e45ee)
  • require Python 3.10+ (#20) (0385c6f)
  • update minimum Django version to 5.0 (#21) (3c8b4cb)

Dependencies

  • update dependencies (7f2904a)
  • update pre-commit repo revisions (1d6b0ad)

Documentation

  • fix the format of unlinked version headings (fixes #14) (#15) (f78a425)
  • use main branch for source links (fixes #11) (#12) (0638259)