encode / django-vanilla-views

Beautifully simple class-based views.
http://django-vanilla-views.org/
BSD 2-Clause "Simplified" License
985 stars 74 forks source link

Multiple Forms #31

Closed christianmls closed 10 years ago

christianmls commented 10 years ago

Hi,

Is there any way to send multiple forms with the FormView class?

tomchristie commented 10 years ago

The intention of vanilla views is to replicate the built in views but in a simpler easier to override style. Neither Django's view or vanilla views deals with multiple forms, no.