Blog of Vladimir Garvardt

on Programming, Life, the Universe and Everything


Vladimir Garvardt

Hello, I am Vladimir Garvardt

Feel free to email me to provide some feedback on the project, give suggestions, or to just say hello!

Posts on django

Django HTTP query array

Comments

25 Oct 2013 on django http python

HTTP queries in application/x-www-form-urlencoded encoding type is simple key/value list and in the most cases this is enough. But sometimes it’s required to send more complex data types. Lists are supported in Django HttpRequest out of the box, ... [Read more]



built on top of rKlotz by Vladimir Garvardt