Re: Case inconsistency

2018-05-10 Thread Melvyn Sopacua
the case of the form's method attribute from `get` to `GET` would change anything. > > -Original Message- > From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] > On Behalf Of Melvyn Sopacua Sent: Wednesday, May 9, 2018 6:21 PM > To: django-use

RE: Case inconsistency

2018-05-10 Thread Matthew Pava
in why I got two different results based on the case of the method attribute. -Original Message- From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of Melvyn Sopacua Sent: Wednesday, May 9, 2018 6:21 PM To: django-users@googlegroups.com Subject: Re: Case in

Re: Case inconsistency

2018-05-09 Thread Melvyn Sopacua
On woensdag 9 mei 2018 23:00:06 CEST Matthew Pava wrote: > I came across an interesting issue recently. I had a form with an action > set to "GET". The corresponding view was a django-rest-framework view that > was just supposed to allow for GET requests. However, I couldn't get it to > work bec