drf-writable-nested
drf-writable-nested copied to clipboard
Reverse FK relation got: TypeError: Car() got an unexpected keyword argument 'car_users'
Hi, when try to save data with Reverse FK relation i got the title error. What is wrong?
https://github.com/giuseppenovielli/django-dry-project/blob/drf-writable-nested_issue/src/motorizations/views.py#L22