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
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.
>
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_