Closed j-san closed 8 years ago
https://github.com/heywbj/django-rest-framework-recursive/blob/master/tests/test_recursive.py#L102 https://github.com/heywbj/django-rest-framework-recursive/blob/master/tests/test_recursive.py#L16 https://travis-ci.org/heywbj/django-rest-framework-recursive/jobs/97511834
Seems to work fine. What version of django/django-rest-framework are you using?
closing for now. Reopen the ticket if you can't figure it out.
Django == 1.8 drf == 3.1.1 Upgraded and tested to drf 3.3 and it works like a charm ! Thank you for your help :)
example:
works fine if I send:
but if I send children, children of children are required:
And finally works if I send empty children of children: