- Fix issue where we were discarding manager names in some cases when we should have been grouping them
- Add a set of basic tests for the package
- Ensure deterministic output for
migrationgraphandmodelgraphcommands by sorting nodes and edges. - Update example project for Django 5.1 compatibility.
- Correct issue where
modelinfowith-mflag was not outputting reverse relations. - Add migrations for the example project.
- Update documentation and README.
- Add new
migrationgraphcommand. - Rename commands to follow Django standards:
model_filters->modelfiltersmodel_graph->modelgraphmodel_info->modelinfo
- Embed graphs from mermaid.live instead of raw markdown.
- Refactor and clean up old files.
- Switch to date-based versioning scheme.
- Major refactor and move source code to
srcdirectory. - Add
example_projectfor testing and demonstration. - Modernize project configuration (
pyproject.toml,uv).
- Fix incorrct type checking placement.
- Improve argument handling.
- Improve readme.
- Update PyPI classifiers.
- First release on PyPI.