Skip to content

0.14.0

Latest

Choose a tag to compare

@craigds craigds released this 24 Oct 22:11
· 20 commits to master since this release
  • Added support for Django 4.2 and 5.0.
  • Added support for Python 3.12.
  • Dropped the VERSION and __version__ attributes. To check the version of the package, use importlib.metadata.version("django-typed-models") (docs / backport).