django-extra-views icon indicating copy to clipboard operation
django-extra-views copied to clipboard

Create a complete and complex sample project using django-extra-views

Open luzfcb opened this issue 11 years ago • 5 comments

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

luzfcb avatar Sep 25 '13 21:09 luzfcb

As part of the examples/test cases we should switch from __unicode__ to __str__ and other python 3 conventions.

sdolemelipone avatar Nov 04 '18 13:11 sdolemelipone

So, django-extra-view supports nested inline?

yerycs avatar Jul 29 '21 19:07 yerycs

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.

CleitonDeLima avatar Jul 29 '21 20:07 CleitonDeLima

Could you share code snippet @CleitonDeLima ?

yerycs avatar Jul 29 '21 20:07 yerycs

Could you share code snippet @CleitonDeLima ?

https://gist.github.com/CleitonDeLima/b1530b3d45bf1576cedb4056e1aa1df1

django-extra-views is not changed.

CleitonDeLima avatar Jul 29 '21 20:07 CleitonDeLima