AndrewIngram / django-extra-views

Django's class-based generic views are awesome, let's have more of them.
MIT License
1.38k stars 172 forks source link

CreateWithInlinesView creating when inline form error #214

Open lucawen opened 4 years ago

lucawen commented 4 years ago

When you have any type of inlineform with CreateWithInlinesView, when you have the main form validated and the inlines have error, the main form are created even the inlines have error... Thats can't happened, right ?