- 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` and `IntegerChoices` classes in Django and use enum values for defaults in schema generation.
0.3.0
- Drop implied support for 2.2 from setup.py and workflows tests.
- Adjust workflows tests to install from most recent release of minor version.
- Bugfix providing both default and default factory in Field definiton.
0.2.0
- Improvements to schema field handling in `from_django` method - Rename project from `pydantic-django` to `djantic`