django-rest-framework/rest_framework/utils
Omer Katz 79e91dff92 The encoder now returns tuples instead of lists.
Tuples take a little less memory which is significant when serializing a lot of objects.
2014-10-02 16:44:20 +03: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 The encoder now returns tuples instead of lists. 2014-10-02 16:44:20 +03:00
field_mapping.py First pass at HTML form rendering 2014-10-01 19:44:46 +01:00
formatting.py Use force_text from compat 2014-09-05 15:58:53 -07:00
html.py Add relations and get tests running 2014-09-02 15:07:56 +01:00
humanize_datetime.py Fleshing out serializer fields 2014-09-09 17:46:28 +01:00
mediatypes.py Resolve python3 linting issue 2014-08-19 14:11:26 +01:00
model_meta.py get_base_field() refactor 2014-09-18 11:20:56 +01:00
representation.py Deal with lazy strings in serializer reprs 2014-10-01 13:24:47 +01:00