django-autotyping

Automatically add type hints for Django powered applications.

MIT License

Downloads
704
Stars
41
django-autotyping - Release 0.5.1 Latest Release

Published by Viicos 5 months ago

Bugfix release

What's Changed

Full Changelog: https://github.com/Viicos/django-autotyping/compare/0.5.0...0.5.1

django-autotyping - Release 0.5.0

Published by Viicos 8 months ago

This release brings basic support for template loading functions (e.g. render_to_string).

What's Changed

Full Changelog: https://github.com/Viicos/django-autotyping/compare/0.4.0...0.5.0

django-autotyping - Release 0.4.0

Published by Viicos 9 months ago

This release brings improvements to the model creation related comemod:

  • DJAS002 was refactored and now provides better types for fields (instead of Any).
    It is now split into two rules: DJAS002 and DJAS003.

What's Changed

Full Changelog: https://github.com/Viicos/django-autotyping/compare/0.3.0...0.4.0

django-autotyping - Release 0.3.0

Published by Viicos 9 months ago

What's Changed

Full Changelog: https://github.com/Viicos/django-autotyping/compare/0.2.0...0.3.0

django-autotyping - Release 0.2.0

Published by Viicos 10 months ago

0.2.0 (2024-01-15)

This is the first working release, where everything was refactored. Make sure to check the usage section of the newly added documentation.

Changes:

  • Complete refactor of the library (no post migrate signal, management commands)
  • Added tests, docs