Skip to content

Releases: Viicos/django-autotyping

Release 0.5.1

29 May 14:47
9a53a50
Compare
Choose a tag to compare

Bugfix release

What's Changed

  • Fallback to inspect.getmodule for models not exported in the app's models module by @Viicos in #66
  • Fix type representation of DateTimeField.__set__ types by @Viicos in #67
  • Prepare release 0.5.1 by @Viicos in #68

Full Changelog: 0.5.0...0.5.1

Release 0.5.0

18 Feb 08:41
35a984b
Compare
Choose a tag to compare

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

04 Feb 16:45
aa63acf
Compare
Choose a tag to compare

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

  • 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

23 Jan 21:00
8ba7d74
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...0.3.0

Release 0.2.0

15 Jan 19:46
7d8ea8e
Compare
Choose a tag to compare

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