Skip to content
This repository has been archived by the owner on May 16, 2022. It is now read-only.

Releases: rsinger86/drf-typed-views

0.3.0

07 Jun 16:50
Compare
Choose a tag to compare
  • Fixes compatability with DRF decorator. Thanks @sjquant!
  • Makes Django's QueryDict work with Marshmallow and Pydantic validators. Thanks @filwaline!

0.2.1

12 Mar 18:48
Compare
Choose a tag to compare
  • Passing missing arguments to ListField. Previously, default and allow_empty were not passed.

0.2.0

02 Feb 21:47
Compare
Choose a tag to compare

Adds Header request element class. Thanks @bbkgh!

0.1.5

17 Oct 02:13
Compare
Choose a tag to compare
  • Fixes BodyParam to return empty if _get_raw_value does not find anything