- Nothing changed yet.
- Fixes for Python 3.7+.
- Fix for rename sequences, indexes, constraints and M2M tables.
- Fix NameError.
- Fix for DB tables with uppercase chars.
- Get content_type name from the database instead of making assumption.
- Handle table name truncation as Django does.
- When ran multiple times at the same time, Exception would raise from rename queries. Catch and log this instead of crashing.
- Documentation updates.
- Initial release.