django-rest-framework/rest_framework/utils
David Pretty d489c5c881 Let JSONEncoder handle Numpy data types.
json.JSONEncoder cannot serialize Numpy data types. Numpy arrays
and array scalars have a tolist() method which casts the object to
a standard python data type.
2013-09-13 13:36:18 +10: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 Let JSONEncoder handle Numpy data types. 2013-09-13 13:36:18 +10: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