django-rest-framework/rest_framework/utils
Dave Allan 11d8e4df88 PoC Add JSONBoundField to serializers (Fixes #4999)
Per issue #4999, JSONFields are not rendered properly in the DRF
browsable API HTML forms.  This patch attempts to fix that behavior by
introducing a JSONBoundField helper similar to the NestedBoundField
helper.
2017-04-26 14:10:47 -04:00
..
__init__.py XML cleanup 2013-02-22 19:46:47 +00:00
breadcrumbs.py Pass initkwargs stored on view to instance 2017-04-06 16:38:28 +04:00
encoders.py Raise RuntimeError when trying to encode coreapi objects (#4790) 2017-01-06 22:32:13 +00:00
field_mapping.py fix unique=True validation for ChoiceField 2017-03-28 00:38:21 +05:30
formatting.py Fixed dedent for tab indent. 2017-01-31 20:57:52 +01:00
html.py Fixed various typos (#4366) 2016-08-08 09:32:22 +01:00
humanize_datetime.py Fleshing out serializer fields 2014-09-09 17:46:28 +01:00
mediatypes.py Add mediatype tests (#4813) 2017-01-16 18:17:51 +00:00
model_meta.py Reverted "Removed multi-table inheritance auto created PK from serialize" 1ecbeebbe5. 2017-02-11 17:39:47 +01:00
representation.py Django 1.10 support. (#4158) 2016-06-01 15:31:00 +01:00
serializer_helpers.py PoC Add JSONBoundField to serializers (Fixes #4999) 2017-04-26 14:10:47 -04:00
urls.py Don't strip empty query params when paginating (#4260) 2016-08-12 10:50:16 +01:00