This repository has been archived by the owner on Jul 18, 2024. It is now read-only.
Releases: jordaneremieff/djantic
Releases · jordaneremieff/djantic
0.7.0
What's Changed
- ➕ Add factory-boy dependency to project. by @jordaneremieff in #53
- Fix custom field support and add include_from_annotations. by @phbernardes in #54
Full Changelog: 0.6.0...0.7.0
0.6.0
What's Changed
- Simplify from_django by relying in Pydantic. Add multiple level relationship support. by @phbernardes in #52
Full Changelog: 0.5.0...0.6.0
0.5.0
What's Changed
- Add tox configuration and test using Python 3.10 by @jordaneremieff in #41
- Bump mkdocs from 1.2.1 to 1.2.3 by @dependabot in #43
- Bump sqlparse from 0.4.1 to 0.4.2 by @dependabot in #42
- Bump django from 3.2.5 to 3.2.12 by @dependabot in #48
- 👷 Run GitHub workflow on pull requests. by @jordaneremieff in #50
- Add support for: blank and null fields by @phbernardes in #49
New Contributors
- @dependabot made their first contribution in #43
- @phbernardes made their first contribution in #49
Full Changelog: 0.4.1...0.5.0
0.4.1
0.4.0
0.3.5
0.3.4
- Support reverse m2m relationships in data exports.
0.3.3
- Default to string when the Python type of an unhandled field cannot be automatically determined.
0.3.2
Publishing workflow had issues on 0.3.1. This is unchanged from that release (https://github.com/jordaneremieff/djantic/releases/tag/0.3.1).
0.3.1
- Add
FileField
to the string types and cast to string in the export. - Add tests for
TextChoices
andIntegerChoices
classes in Django and use enum values for defaults in schema generation.