Skip to content

Releases: georgebv/drf-pydantic

v2.7.0

23 Mar 22:29
36082dd
Compare
Choose a tag to compare

What's Changed

  • Backpopulate DRF data from validated pydantic model by @georgebv in #37

Full Changelog: v2.6.1...v2.7.0

v2.6.1

23 Mar 21:54
b6c1da0
Compare
Choose a tag to compare

What's Changed

  • Fix non-numeric fields potentially receiving min/max_value arguments by @georgebv in #36

Full Changelog: v2.6.0...v2.6.1

v2.6.0

23 Mar 06:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.1...v2.6.0

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