Django POST Request nested object primary key
问题 I have a question regarding POST request with nested objects in Django with serializers: I have checked this: Stackoverflow 1 Django Doc Stackoverflow 2 I've created some serializers in my Django project following the architecture below: EP_project │ │ └───ep_python │ db.sqlite3 │ manage.py │ __init__.py │ ├───ep │ │ admin.py │ │ apps.py │ │ models.py │ │ tests.py │ │ urls.py │ │ __init__.py │ │ │ ├───migrations │ │ │ ├───models │ │ │ model_aa.py │ │ │ model_ap.py │ │ │ model_apr.py │ │ │