django-rest-framework/rest_framework/utils
Malcolm Box 263281d71d Fix issue #1231: JSONEncoder doesn't handle dict-like objects
Check for __getitem__ and then attempt to convert to a dict.
The check for __getitem__ is there as there's no universal way to
check if an object is a mapping type, but this is a likely proxy
2013-11-21 20:09:48 +00:00
..
__init__.py XML cleanup 2013-02-22 19:46:47 +00:00
breadcrumbs.py Fix breadcrumb view names 2013-08-29 20:51:51 +01:00
encoders.py Fix issue #1231: JSONEncoder doesn't handle dict-like objects 2013-11-21 20:09:48 +00:00
formatting.py Move view name/description functions into public space 2013-08-19 08:24:27 +01:00
mediatypes.py Cleanup imports 2013-02-04 20:55:35 +00:00