Pass kwargs to json.loads
authorScott Burns <scott.s.burns@gmail.com>
Wed, 23 Jan 2013 21:25:48 +0000 (15:25 -0600)
committerScott Burns <scott.s.burns@gmail.com>
Wed, 23 Jan 2013 21:25:48 +0000 (15:25 -0600)
commit2bcc4a774a8ca1556bd95c32f044d818f3547a40
treecd80c1925bc52a1bd21584ae62d616c8e2663a5e
parent0c09d16b293c33ca953b646f7c844c15daf0132e
Pass kwargs to json.loads

Not all JSON is created equally. This commit
addresses when users want to take control of the
json decode process.
requests/models.py