Skip to content

Releases: beda-software/drf-writable-nested

v0.7.0

11 Aug 10:15
e240213
Compare
Choose a tag to compare
  • Related objects are not deleted if they have relation with on_delete=SET_NULL/SET_DEFAULT #72 (@izimobil)
    NOTE: on_delete=SET(fn) is still not supported and related objects will be deleted as it was in previous releases

0.6.4

13 Jul 10:04
Compare
Choose a tag to compare

Support django 4.0 and python 3.10 #160 (@johnthagen)
Documentation update #148 (@xalien10)
Fix reverse m2m relation update #167 (@bierik)

v0.6.3

26 May 18:20
c6c47e4
Compare
Choose a tag to compare
  • Support django 3.2 and python 3.9 #142
  • Make nested object deletion extensible #143 (@kavdev)
  • Support extended validator with message and other props for UniqueFieldsMixin (@starryrbs)

v0.6.2

29 Oct 16:26
2df191a
Compare
Choose a tag to compare
  • Fix: Refresh from DB when updating nested object #122 (@pcarn)
  • Fix: UniqueFieldsMixin validation optional for partial update #117 (@robinchow)
  • Add Django 3.1 to CI tests (@johnthagen)

v0.6.1

29 Oct 16:23
c29ee57
Compare
Choose a tag to compare

v0.6.0

12 Apr 04:10
14c44e3
Compare
Choose a tag to compare
  • Drop end-of-life Django versions, add Django 2.2 and 3.0, and Python 3.8 (@johnthagen)

v0.5.4

23 Dec 03:20
87a1476
Compare
Choose a tag to compare
  • Update UniqueFieldsMixin to support DRF 3.11 validator context API (@mands)

v0.5.3

17 Nov 10:09
37b79c8
Compare
Choose a tag to compare
  • Support custom resource_type_field_name for polymorphic serialize (@tsaipoan)

v0.5.1

17 Sep 08:09
e509a9e
Compare
Choose a tag to compare
  • Fix: Validate nested field before creating it even in partial update (@yuekui)
  • Fix some potential issues in the delete phase for reverse relations update

v0.5.0

23 Aug 10:08
3d2bdb7
Compare
Choose a tag to compare
  • Workaround: Validation problem: parent isn't set for nested serializer's fields on the validation stage #1 (@kenny1992)
  • Fix: Validation problem: custom validation errors raised from the nested serializer have a wrong path #2 (@kenny1992)