-
Notifications
You must be signed in to change notification settings - Fork 30
INTPYTHON-483 Add EmbeddedModelArrayField #292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
45308d2 to
1606bdb
Compare
d549036 to
bd4cfe1
Compare
bce0a46 to
825ffca
Compare
WaVEV
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, only few details to clarify.
d93ee38 to
f528213
Compare
|
@timgraham If Models |
|
I don't think so. The implementation of embedded forms is very limited, |
How do I start thinking about supporting this, assuming it's possible and practical to do so ?
I wasn't tracking this feature when the PR got merged, so let's consider this a follow up code review rather than a support request. Based on your response, and previous discussions about polishing the forms, I'm slightly more interested in doing that work now since it appears to be a common use case for nested embeds. |
|
I don't know, offhand. The implementation is a kludge because Django forms and formsets were never meant to be nested. It may be necessary to rethink the implementation entirely and introduce some new APIs that are better designed for the requirements. |
Querying support will be added later (#303).
fixes #219