index
:
django-rest-framework
3.0-beta
docs-renderers-use-appropriate-renderer-class-name
empty_closable_objects
gh-pages
master
model-serializer-api
model-serializer-caching
version-2.4.x
version-3.1
Web APIs for Django.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rest_framework
/
utils
/
encoders.py
Age
Commit message (
Expand
)
Author
2015-01-19
Merge master
Tom Christie
2015-01-19
Handle UUID objects in JSONEncoder. Closes #2433.
Tom Christie
2015-01-19
Fix timedelta JSON serialization on Python 2.6.
Fabien Bochu
2014-12-18
YAML encoder fix for 3.0 serializers.
Tom Christie
2014-12-12
Merge master
Tom Christie
2014-12-04
Removed custom StringIO, force_text, smart_text compat
Tymur Maryokhin
2014-11-29
Remove YAML support from core
José Padilla
2014-11-06
Drop usage of SortedDict. Closes #2027.
Tom Christie
2014-10-02
The encoder now returns tuples instead of lists.
Omer Katz
2014-10-01
Use six.text_type instead of str everywhere
Tom Christie
2014-09-12
Tidy up JSONEncoder
Tom Christie
2014-09-11
NotImplemented stubs for Field, and DecimalField improvements
Tom Christie
2014-08-29
First pass
Tom Christie
2014-08-19
Code linting and added runtests.py
Tom Christie
2014-04-13
Merge remote-tracking branch 'origin/master' into 2.4.0
Xavier Ordoquy
2014-01-17
Encode django QuerySets to lists and not dicts in JSONEncoder
Mathieu Pillard
2013-12-13
Merge branch 'master' into 2.4.0
Tom Christie
2013-12-09
Fix compat issues for #1231
Tom Christie
2013-11-21
Fix issue #1231: JSONEncoder doesn't handle dict-like objects
Malcolm Box
2013-10-17
Fix decimal support with YAMLRenderer
badaud_t
2013-09-25
Drop 1.3 support
Tom Christie
2013-09-13
Let JSONEncoder handle Numpy data types.
David Pretty
2013-05-24
Clean up OPTIONS implementation
Tom Christie
2013-02-04
Cleanup imports
Tom Christie
2013-01-15
Add timedelta encoder to the JSONEncoder class.
James Cleveland
2013-01-05
deprecate simplejson
Juan Riaza
2012-10-10
Fix yaml rendering
Tom Christie
2012-09-20
Change package name: djangorestframework -> rest_framework
Tom Christie