oscarmlage / django-cruds-adminlte

django-cruds is simple drop-in django app that creates CRUD for faster prototyping
BSD 3-Clause "New" or "Revised" License
425 stars 82 forks source link

Ability to create new instance of a related model directly from the form of the model that it is related to. #37

Open seniorbee opened 7 years ago

seniorbee commented 7 years ago

If I have a related field then User should be able to create new instance of that related model directly from the form of the model that it is related to.

luisza commented 6 years ago

Hi, sorry the delay.

Well, create in the same view are not supported, but it's supported for update see http://django-cruds-adminlte.readthedocs.io/en/latest/usage.html#related-fields so yo can create and the redirect to edit and new related model is ready to be updated