Skip to content

Releases: estebistec/drf-compound-fields

v2.0.0

22 Sep 01:05
Compare
Choose a tag to compare
  • Deprecate Python 2 support
  • Fix #29

v1.0.0

22 Sep 00:36
Compare
Choose a tag to compare
  • Upgrade ListOrItemField and PartialDictField for django-rest-framework 3.0 and beyond
  • Remove ListField and DictField, as they now come with django-rest-framework

v0.2.2

11 Aug 00:19
Compare
Choose a tag to compare

Correct validation behaviors when fields are used in embedded serializers. Also correction to the list and dict type checks for None values (#15, #16, #18).

v0.2.1

23 Apr 23:46
Compare
Choose a tag to compare

Loosen dependency versions

  • Remove explicit dependency on Django
  • Loosen rest-framework to any version before 3

v0.2.0

16 Mar 23:40
Compare
Choose a tag to compare
  • Documentation (#3)
  • Collect messages of nested errors, instead of error objects (#12)
  • Add ListOrItemField type (#5, #11)
  • Fix PartialDictField validation and handling of badly-typed values
  • Switch project tests to py.test (#10)

v0.1.0

07 Mar 02:50
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

First PyPI release of drf-compound fields. Provides:

  • ListField (#4, #7)
  • DictField
  • PartialDictField (#8, #9)