Skip to content
This repository has been archived by the owner on Nov 19, 2023. It is now read-only.

v2.0.0

Compare
Choose a tag to compare
@sondrelg sondrelg released this 29 Dec 13:14
· 74 commits to master since this release
d0dd312

Breaking changes

  • Removes Internal library properties from the module's __init__.py. Don't expect this to impact anyone, but is a breaking change.
  • Drops Django 2.2 support officially (but might still work)
  • Drops Python 3.6 support officially (but might still work)

We currently support Django 3.0 - 4.0, and Python 3.7 - 3.10.

Improvements

  • Adopted flake8-type-checking and cleaned up imports considerably (#251)