Skip to content

4.0.0

Compare
Choose a tag to compare
@shimizukawa shimizukawa released this 23 Jul 00:53
· 44 commits to master since this release

What's Changed

Features:

  • #116 Add Django-4.2 support.
    Special thanks to Grzegorz Śliwiński, who made a significant contribution to the development of Django-4.1 support in PR #111. Using this as a springboard, we have now made it possible to support Django-4.2.
  • #83 Drop Django-2.2 support.
  • #83 Drop Python-3.6 support.
  • #127 Drop Python-3.7 support.
  • #83 Drop Django-2.2 support.
  • #134 Support adding COLUMN with UNIQUE; adding column without UNIQUE then add UNIQUE CONSTRAINT.
  • #135 Support adding BinaryField.
  • #132 Use 36 length for UUIDFields to support including hyphens. Thanks to kylie.

Bug Fixes:

  • #134 inspectdb should suppress output 'id = AutoField(primary_key=True)'
  • #134 fix for decreasing size of column with default by create-copy-drop-rename strategy.
  • #118 fix constraint creation using the wrong table and column name. Thanks to BlueMagma.

Others

Contributors

Full Changelog: 3.0.0...4.0.0