Releases: jonathan-s/djantic2
Releases Β· jonathan-s/djantic2
v1.0.5
What's Changed
cls.model_fields
are incompatible with pydantic 2.10. Fix #16 by @jonathan-s in #17
Full Changelog: v1.0.4...v1.0.5
v1.0.4
What's Changed
- Allow nullable foreign keys by @idan-david in #12
New Contributors
- @idan-david made their first contribution in #12
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
- Remove redundant instance variables "context" and "instance" by @jonathan-s in #11
If you find djantic useful or use it at your company, consider sponsoring
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- Adopt ruff formatter and linter by @xshapira in #2
- Allow related fields to be nullable by @marcy-buccellato in #7
- OneToOne and ManyToMany fields are nullable by @jonathan-s in #8
New Contributors
- @xshapira made their first contribution in #2
- @marcy-buccellato made their first contribution in #7
Full Changelog: 1.0.1...v1.0.2