This release fixes two bugs:
- Fallback to
inspect.getmodule
for models not exported in the app's models module (#66) - Fix type representation of
DateTimeField.__set__
types (#67)
This release brings basic support for template loading functions (e.g. render_to_string
).
- Fixed some typos in readme and docstrings (#50)
- Fixes and tests for
DJAS002/3
(#53) - Add support for template loading functions (#56)
- Remove outdated VSCode limitation in docs (#57)
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
. -
Fix README rendering for PyPI (#43)
-
Add draft implementation for
call_command
overloads (#45) -
Refactor and improve support for model creation (#46)
-
Update to
ruff==0.2.0
, add new rules (#47) -
Typos and updates to docs (#48)
- Add more tests for DJAS001, test DJAS010 (#34)
- Add support for custom user model (#35)
- Add animated example (#38)
- Add support for settings typing (#37)
- Complete refactor of the library (no post migrate signal, management commands)
- Added tests, docs
- Add support for custom dynamic stubs
- Support duplicate models across apps
- Various improvements to the codebase
- Initial release