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

Django Forms + CBV for search #48

Closed khlumzeemee closed 8 years ago

khlumzeemee commented 8 years ago

Hi, I've been trying to combine Forms for a multi-field search page with Class Based View using Django CBV implementation but it turned out to be unpractical and error prone.

Is there an easy way to do that using Vanilla Views? It would be some kind of combination of FormView and ListView. Or is it simply not the way to go for a multiple field search form?

tomchristie commented 8 years ago

Probably best to take design questions like this to the django discussion group - reserving the issue tracker here for bug reports. Thanks for your understanding :smile:

khlumzeemee commented 8 years ago

Hi Tom, no problem, could you please redirect me to this django discussion group? Is it the one on Google groups?

tomchristie commented 8 years ago

Is it the one on Google groups?

Yes.

carltongibson commented 8 years ago

Django Users Mailing list