Re: CBV FormView get_form_kwargs() doesn't.... when request.method == "GET"

2011-01-24 Thread Tom Evans
On Wed, Jan 12, 2011 at 11:19 PM, Andrew Godwin wrote: > On 12/01/11 17:54, Daniel Swarbrick wrote: >> Most of the time, I use POST for forms, but using GET is useful when >> developing a search form, for example. This is especially true if you >> want to paginate your results, because you still h

Re: CBV FormView get_form_kwargs() doesn't.... when request.method == "GET"

2011-01-12 Thread Andrew Godwin
On 12/01/11 17:54, Daniel Swarbrick wrote: > Most of the time, I use POST for forms, but using GET is useful when > developing a search form, for example. This is especially true if you > want to paginate your results, because you still have all your > original form variables in the query string. >

CBV FormView get_form_kwargs() doesn't.... when request.method == "GET"

2011-01-12 Thread Daniel Swarbrick
Most of the time, I use POST for forms, but using GET is useful when developing a search form, for example. This is especially true if you want to paginate your results, because you still have all your original form variables in the query string. CBV FormView get_form_kwargs() only populates form_