Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-12-03 | 401 Bytes | |
v0.8.0 source code.tar.gz | 2024-12-03 | 66.8 kB | |
v0.8.0 source code.zip | 2024-12-03 | 80.2 kB | |
Totals: 3 Items | 147.4 kB | 0 |
- Fix the issue of parameter concatenation when generating ORM with inspectdb (#331)
- Fix KeyError when deleting a field with unqiue=True. (#364)
- Correct the click import. (#360)
- Improve CLI help text and output. (#355)
- Fix mysql drop unique index raises OperationalError. (#346)
Upgrade note:
- Use column name as unique key name for mysql
- Drop support for Python3.7