Releases: beda-software/drf-writable-nested
Releases · beda-software/drf-writable-nested
v0.7.1
- Add support for Python 3.12, Django 5.0, DRF 3.15 (@browniebroke)
- Drop support for Python <3.7, Django <4.2, DRF <3.14 (@browniebroke)
v0.7.0
- 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
v0.6.3
- 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
- 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.0
- Drop end-of-life Django versions, add Django 2.2 and 3.0, and Python 3.8 (@johnthagen)
v0.5.4
- Update UniqueFieldsMixin to support DRF 3.11 validator context API (@mands)
v0.5.3
- Support custom resource_type_field_name for polymorphic serialize (@tsaipoan)
v0.5.1
- Fix: Validate nested field before creating it even in partial update (@yuekui)
- Fix some potential issues in the delete phase for reverse relations update