Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
4.0.0 source code.tar.gz | 2022-02-20 | 43.1 kB | |
4.0.0 source code.zip | 2022-02-20 | 108.5 kB | |
README.md | 2022-02-20 | 587 Bytes | |
Totals: 3 Items | 152.1 kB | 0 |
- 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]