| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 5.1.0 source code.tar.gz | 2024-03-30 | 47.7 kB | |
| 5.1.0 source code.zip | 2024-03-30 | 121.0 kB | |
| README.md | 2024-03-30 | 548 Bytes | |
| Totals: 3 Items | 169.2 kB | 0 | |
Feature:
- Support Django 5.0 db_default attribute (issue [#275])
- Allow ignoring the failures of sqlmigrate commands, with --ignore-sqlmigrate-errors option (issue [#274])
Bug: - Don't detect 'IS NOT NULL' as backward incompatible changes (issue [#263]) - Don't consider UNIQUE INDEX creation as making a column not nullable
Miscellaneous:
- Migrated from setup.py and setup.cfg to pyproject.toml
- Add support for Python 3.12
- Add support for Django 5.0
- Avoid git command injections
- Remove Codecov integration