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

Releases: rsinger86/drf-typed-views

0.3.0

Choose a tag to compare

@rsinger86 rsinger86 released this 07 Jun 16:50
  • Fixes compatability with DRF decorator. Thanks @sjquant!
  • Makes Django's QueryDict work with Marshmallow and Pydantic validators. Thanks @filwaline!

0.2.1

Choose a tag to compare

@rsinger86 rsinger86 released this 12 Mar 18:48
  • Passing missing arguments to ListField. Previously, default and allow_empty were not passed.

0.2.0

Choose a tag to compare

@rsinger86 rsinger86 released this 02 Feb 21:47

Adds Header request element class. Thanks @bbkgh!

0.1.5

Choose a tag to compare

@rsinger86 rsinger86 released this 17 Oct 02:13
  • Fixes BodyParam to return empty if _get_raw_value does not find anything