Feature:
- Allow ignoring all initial migrations, with
--ignore-initial-migrations
Bug:
- Don't detect an index creation during a transaction with an exclusive lock, when the table is being created (#264)
Miscellaneous:
- Add support for Python 3.13
- Add support for Django 5.1
- Drop support for Python 3.7 and 3.8
- Mark md5 hashing as not used for security