We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please, create a complete and complex sample project using django-extra-views.
django-extra-views supports nested inlines, similar to the django-nested-inline[1] makes?
[1] https://github.com/silverfix/django-nested-inlines
The text was updated successfully, but these errors were encountered:
As part of the examples/test cases we should switch from __unicode__ to __str__ and other python 3 conventions.
__unicode__
__str__
Sorry, something went wrong.
So, django-extra-view supports nested inline?
Yes, I use it in my project. But the validations are done on a Formset base class made by me.
Could you share code snippet @CleitonDeLima ?
https://gist.github.com/CleitonDeLima/b1530b3d45bf1576cedb4056e1aa1df1
django-extra-views is not changed.
django-extra-views
No branches or pull requests
Please, create a complete and complex sample project using django-extra-views.
django-extra-views supports nested inlines, similar to the django-nested-inline[1] makes?
[1] https://github.com/silverfix/django-nested-inlines
The text was updated successfully, but these errors were encountered: