Skip to content

1.3.0

Compare
Choose a tag to compare
@sobolevn sobolevn released this 09 Mar 08:52
· 29 commits to master since this release
68f877c

Features

  • Drops python3.8 support
  • Adds python3.11 and python3.12 support
  • Adds django5.0 support
  • Uses OSError instead of IOError alias
  • Converts include(*args, **kwargs) to include(*args, scope=...),
    because other kwargs were not supported anyway