mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-10 19:56:59 +03:00
2
Writable Nested Serializers
maspwr edited this page 2013-02-17 20:02:54 -08:00
Ongoing discussion questions/answers for the writable nested serializers:
- Should we let nested models be disassociated/orphaned (FK set to null) vs. outright deletion? Outright deletion seems like the more common use case. If I have an album with tracks, I probably want to delete the actual track model not just orphan it.