-
Notifications
You must be signed in to change notification settings - Fork 85
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
optional render horizontal with EntangledModelFormMixin class #358
Comments
by modifying |
Yes, this was one of the drawbacks I encountered, after I introduced django-entangled to Cascade. |
There is a quick fix with the fieldset attribute. Its format simply allows it, parentheses take care of everything. And a little css to tweak for help if we need. 1 none) vertical
|
With
|
Or rather, make entangled_fields accept the tuple format:
|
OK, now I see what you mean. Yes, this would be a useful feature. The pull request then should go against django-entangled. BTW: tuples. For readability, use them rarely. I only use them, if I want to signalize that the interacting API really expects that exact number of elements, rather than a variable list of elements. This for instance would be the tuples inside a list of choices. |
In this image "Adapt Picture Zoom" is inline. ( save in List)
I want to display forms EntangledModelFormMixinclass in inlines. (save in FiedJson)
what would be the best approach?
The text was updated successfully, but these errors were encountered: