Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Releases: jordaneremieff/djantic

0.7.0

14 Apr 10:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.0...0.7.0

0.6.0

26 Mar 12:21
Compare
Choose a tag to compare

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

03 Mar 11:10
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.1...0.5.0

0.4.1

17 Oct 10:11
Compare
Choose a tag to compare

Support for postgres ArrayField (#40). Thanks @mmcardle!

0.4.0

29 Sep 09:50
131e6e3
Compare
Choose a tag to compare

0.3.5

20 Aug 15:24
Compare
Choose a tag to compare
  • Cast lazy proxy objects to string when generating Enum types (#36).

0.3.4

25 Jul 10:31
Compare
Choose a tag to compare
  • Support reverse m2m relationships in data exports.

0.3.3

29 Jun 13:41
Compare
Choose a tag to compare
  • Default to string when the Python type of an unhandled field cannot be automatically determined.

0.3.2

29 Jun 12:40
Compare
Choose a tag to compare

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

20 Jun 10:01
63836c7
Compare
Choose a tag to compare
  • 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.