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
{{ message }}
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.
When using a relationship widget we should allow people to type in a brand new object and click "Add X as a new X" in the relationship search. Doing so would create a new object with that name (it would disregard the need for needing the other fields, even if validation says we need it). This way you could create objects really quickly as you were filling in forms.
The text was updated successfully, but these errors were encountered:
It would be handy if a user could be presented with the related content's form inline where the relationship is being created. This would be similar to the functionality provided in Django admin
See the "Fridges" and "Microwaves" sections in this screenshot for an example of how an inline relationship could work.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is farther out but listing it here.
When using a relationship widget we should allow people to type in a brand new object and click "Add X as a new X" in the relationship search. Doing so would create a new object with that name (it would disregard the need for needing the other fields, even if validation says we need it). This way you could create objects really quickly as you were filling in forms.
The text was updated successfully, but these errors were encountered: