Skip to content

v0.2.0

Choose a tag to compare

@danielfrankcom danielfrankcom released this 29 Sep 21:17
· 15 commits to version-0 since this release
062f076

This release includes the following changes:

  • Added documentation for known issues and workarounds
  • Support for CREATE INDEX ASYNC
  • Improved UUID primary key behavior when using AutoField
  • Improved migration support
  • Clear error messages for unsupported features during migrations
  • Disabled server-side cursors by default (not supported by DSQL)

This release defines and verifies support for the following Django versions:

  • Django 4.2.x (LTS)
  • Django 5.0.x
  • Django 5.1.x
  • Django 5.2.x (LTS)

The release also adds verified support for Python 3.13.

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0