Skip to content

Releases: beda-software/drf-writable-nested

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)

v0.4.3

04 Jul 11:06
Compare
Choose a tag to compare
  • Fix MultiValueDictKeyError for nested updates on reverse-relations (@bakerf @projkov)

0.4.2

20 Apr 17:27
Compare
Choose a tag to compare
  • Allow child one-to-one instances to be updated without providing PK

v0.4.1

20 Jan 05:24
Compare
Choose a tag to compare

Update information for PyPI

v0.4.0

20 Jan 05:07
Compare
Choose a tag to compare
  • Add Django 2.0 support #23
  • Drop Django 1.8 support

v0.3.3

20 Jan 05:06
Compare
Choose a tag to compare

Fix multipart form data (@ron8mcr)

v0.3.2

19 Nov 06:17
Compare
Choose a tag to compare
  • 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

16 Aug 04:37
Compare
Choose a tag to compare
  • 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.1

16 Aug 04:33
Compare
Choose a tag to compare

v0.2.0

22 Jun 02:57
Compare
Choose a tag to compare
  • 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)