Releases: Viicos/django-autotyping
Releases · Viicos/django-autotyping
Release 0.5.1
Release 0.5.0
This release brings basic support for template loading functions (e.g. render_to_string
).
What's Changed
- Fixed some typos in readme and docstrings by @Viicos in #50
- Fixes and tests for
DJAS003/4
by @Viicos in #53 - Add support for template loading functions by @Viicos in #56
- Remove outdated VSCode limitation in docs by @Viicos in #57
- Prepare release
0.5.0
by @Viicos in #58
Full Changelog: 0.4.0...0.5.0
Release 0.4.0
This release brings improvements to the model creation related comemod:
DJAS002
was refactored and now provides better types for fields (instead ofAny
).
It is now split into two rules:DJAS002
andDJAS003
.
What's Changed
- Fix README rendering for PyPI by @Viicos in #43
- Add draft implementation for
call_command
overloads by @Viicos in #45 - Refactor and improve support for model creation by @Viicos in #46
- Update to
ruff==0.2.0
, add new rules by @Viicos in #47 - Typos and updates to docs by @Viicos in #48
- Prepare release
0.4.0
by @Viicos in #49
Full Changelog: 0.3.0...0.4.0
Release 0.3.0
Release 0.2.0
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