Releases: surenkov/django-pydantic-field
Releases · surenkov/django-pydantic-field
v0.4.0: Support Python 3.14
v0.3.13
What's Changed
- feat: fallback on json parsing in case of error by @quertenmont in #83
New Contributors
- @quertenmont made their first contribution in #83
Full Changelog: v0.3.12...v0.3.13
v0.3.12
v0.3.11
What's Changed
- fix ValidationError on empty form rendering by @amyasnikov in #75
Full Changelog: v0.3.10...v0.3.11
v0.3.10
v0.3.9
v0.3.8: django-jsonform integration
What's Changed
Full Changelog: v0.3.7...v0.3.8
v0.3.7: Bring back compatibility with Pydantic v1
In 0.3.5, I introduced an incompatibility with Pydantic v1: particularly, importing pydantic_core unconditionally in compatibility layer 👀. Thank you @Abdullah0297445 for the bringing attention to this!
Both 0.3.5 and 0.3.6 were yanked from PyPI, I highly encourage to upgrade your pinned versions if you're the lucky one who has experienced this issue.
What's Changed
- Removed a dangling import which is causing the install to fail in v0.3.5 and v0.3.6 by @Abdullah0297445 in #60
New Contributors
- @Abdullah0297445 made their first contribution in #60
Full Changelog: v0.3.6...v0.3.7