aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/utils/encoders.py
AgeCommit message (Expand)Author
2015-01-19Merge masterTom Christie
2015-01-19Handle UUID objects in JSONEncoder. Closes #2433.Tom Christie
2015-01-19Fix timedelta JSON serialization on Python 2.6.Fabien Bochu
2014-12-18YAML encoder fix for 3.0 serializers.Tom Christie
2014-12-12Merge masterTom Christie
2014-12-04Removed custom StringIO, force_text, smart_text compatTymur Maryokhin
2014-11-29Remove YAML support from coreJosé Padilla
2014-11-06Drop usage of SortedDict. Closes #2027.Tom Christie
2014-10-02The encoder now returns tuples instead of lists.Omer Katz
2014-10-01Use six.text_type instead of str everywhereTom Christie
2014-09-12Tidy up JSONEncoderTom Christie
2014-09-11NotImplemented stubs for Field, and DecimalField improvementsTom Christie
2014-08-29First passTom Christie
2014-08-19Code linting and added runtests.pyTom Christie
2014-04-13Merge remote-tracking branch 'origin/master' into 2.4.0Xavier Ordoquy
2014-01-17Encode django QuerySets to lists and not dicts in JSONEncoderMathieu Pillard
2013-12-13Merge branch 'master' into 2.4.0Tom Christie
2013-12-09Fix compat issues for #1231Tom Christie
2013-11-21Fix issue #1231: JSONEncoder doesn't handle dict-like objectsMalcolm Box
2013-10-17Fix decimal support with YAMLRendererbadaud_t
2013-09-25Drop 1.3 supportTom Christie
2013-09-13Let JSONEncoder handle Numpy data types.David Pretty
2013-05-24Clean up OPTIONS implementationTom Christie
2013-02-04Cleanup importsTom Christie
2013-01-15Add timedelta encoder to the JSONEncoder class.James Cleveland
2013-01-05deprecate simplejsonJuan Riaza
2012-10-10Fix yaml renderingTom Christie
2012-09-20Change package name: djangorestframework -> rest_frameworkTom Christie