You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
giuseppenovielli
changed the title
Direct FK relation got: AttributeError: 'str' object has no attribute 'get'
Reverse FK relation got: AttributeError: 'str' object has no attribute 'get'
Jun 8, 2024
giuseppenovielli
changed the title
Reverse FK relation got: AttributeError: 'str' object has no attribute 'get'
Reverse FK relation got: TypeError: Car() got an unexpected keyword argument 'car_users'
Jun 8, 2024
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
The text was updated successfully, but these errors were encountered: