summaryrefslogtreecommitdiff
path: root/wsme/rest/json.py
Commit message (Expand)AuthorAgeFilesLines
* Fix pep8 errorsJulien Danjou2014-04-251-2/+0
* Add 'readonly' parameter to wsattr0.6Yuriy Zveryanskyy2013-12-121-2/+5
* json: convert value to string before encodingJulien Danjou2013-10-161-3/+4
* Validate body when using PecanJulien Danjou2013-10-091-1/+1
* Handle mandatory attributesJulien Danjou2013-09-181-1/+4
* pep8 fixes, including a declaration in tox.ini for running flake8Ryan Petrello2013-09-051-9/+6
* Fix returning objects with object attributes set to 'None'Christophe de Vienne2013-05-131-0/+2
* The rest encodings now use the parse_iso[date|time] functions of wsme.utilsChristophe de Vienne2013-04-101-3/+5
* Fix unicode values read from json input on python 2.5Christophe de Vienne2013-01-171-0/+7
* Python 3 compatibilityChristophe de Vienne2013-01-171-1/+3
* Add a new parameter 'ignore_extra_args' to the @signature decorator (and its ...Christophe de Vienne2012-12-191-2/+6
* Remove the parse_arg tests (parse_arg does not exist anymore), fix the json n...Christophe de Vienne2012-11-071-69/+37
* Rework the rest implementation. We now have a single protocol that can manupu...Christophe de Vienne2012-11-071-16/+45
* Move around the REST implementation : wsme.protocols.commons -> wsme.rest.arg...Christophe de Vienne2012-11-061-0/+251