Skip to content

Releases: georgebv/drf-pydantic

v2.5.1

28 Aug 00:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.0...v2.5.1

v2.5.0

01 Aug 17:41
b5b8e66
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.0...v2.5.0

v2.4.0

15 Jul 18:40
422bce9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.0...v2.4.0

v2.3.0

27 May 19:00
03bd861
Compare
Choose a tag to compare

What's Changed

  • Convert Pydantic's description to DRF's help_text by @MrMika96 in #23

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.2.0

14 Feb 04:57
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.2.0

v2.1.0

23 Jan 02:43
Compare
Choose a tag to compare
  • Added typing.Literal support
  • Added enum.Enum support
  • Added support for numeric constraints , e.g. Field(gt=...)
  • Added support for decimal.Decimal constraints, e.g. Field(max_digits=5, decimal_places=2)

What's Changed

  • Support for new fields and improved test coverage by @georgebv in #18

Full Changelog: v2.0.0...v2.1.0

v2.0.0

22 Jan 05:13
Compare
Choose a tag to compare

This is a complete rewrite of drf-pydantic to support pydantic v2

What's Changed

Full Changelog: v1.0.0...v2.0.0

v1.0.0

18 Jan 06:16
Compare
Choose a tag to compare

v0.5.0

16 Jul 00:44
80a8394
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.5.0

v0.4.1

15 Apr 21:41
865408f
Compare
Choose a tag to compare

What's Changed

  • Fixed gt incrementing by 1, fixed generic container bug by @georgebv in #7

Full Changelog: v0.4.0...v0.4.1