Re: GET and POST in forms. Please help me understand the logic!

2013-11-28 Thread Andrew Taylor
Awesome I feel much better about this now. Thanks for your help! On Thursday, 28 November 2013 09:29:05 UTC, Daniel Roseman wrote: > > On Thursday, 28 November 2013 03:24:11 UTC, Andrew Taylor wrote: >> >> Hi, >> >> I'm struggling with the concepts of get and post and where these status >> come

Re: GET and POST in forms. Please help me understand the logic!

2013-11-28 Thread Petr Přikryl
Have a look at the book RESTful Web Services, page 5 (Chapter 1) and on. http://it-ebooks.info/book/391/   You can read it on-line http://it-ebooks.info/read/391/ -- physical page 26/440, section "HTTP: Documents in Envelopes".   Have a nice day,    P.

Re: GET and POST in forms. Please help me understand the logic!

2013-11-28 Thread Daniel Roseman
On Thursday, 28 November 2013 03:24:11 UTC, Andrew Taylor wrote: > > Hi, > > I'm struggling with the concepts of get and post and where these status > come from in the workflow. I have worked my way through the official pages > on forms but I have not quite understood this to my satisfaction. >

Re: GET and POST in forms. Please help me understand the logic!

2013-11-27 Thread Thomas
I understand the confusion. Part of it is probably that GET and POST, is not part of Django per se, but part of the HTTP standard. Also confusing is that Django, especially in that code you pasted below, a lot is abstracted away. Sorry for the lack of detail, typing from iMe, just wanted to

GET and POST in forms. Please help me understand the logic!

2013-11-27 Thread Andrew Taylor
Hi, I'm struggling with the concepts of get and post and where these status come from in the workflow. I have worked my way through the official pages on forms but I have not quite understood this to my satisfaction. I get the gist that: - get is for requesting data and - the query