Skip to content

4.0.0

Compare
Choose a tag to compare
@David-Wobrock David-Wobrock released this 20 Feb 11:28
· 75 commits to main since this release
  • Drop support for Python 2.7, 3.5 and 3.6
  • Add support for Python 3.10
  • Drop support for Django 1.11, 2.0, 2.1, 3.0 and 3.1
  • Add support for Django 4.0
  • Fix index creation detection when table is being created in the transaction (issue #178)
  • Handle unique index creation as adding a unique constraint (issue #183)
  • Allow any option to be set/unset in config file (issue #167)
  • Allow using Django settings for any option to be set/unset (issue #198)
  • Raise when unsupported database vendor, allow passing an option to select SQL analyser (issue #138 and #169