Releases: beda-software/drf-writable-nested
Releases · beda-software/drf-writable-nested
v0.5.0
- 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)
v0.4.3
- Fix MultiValueDictKeyError for nested updates on reverse-relations (@bakerf @projkov)
0.4.2
- Allow child one-to-one instances to be updated without providing PK
v0.4.1
Update information for PyPI
v0.4.0
- Add Django 2.0 support #23
- Drop Django 1.8 support
v0.3.2
- Support relation fields that do not have
related_name
specified #24 (@jpnauta)
- Fix problem with different field name specified via
source
attribute #22
v0.3.0
- Fix problem with deletion related M2M objects when removing the relation
(Note: you should manually delete m2m instances on update after this version)
v0.2.0
- Add support for custom primary key field #10 (@tjwalch)
- Add possibility to pass through argument from serializer.save method (@tjwalch)
- Add possibility to update direct relations on create (@tjwalch)