django-rest-framework/rest_framework/utils
Petros Moisiadis 570187b959 Updated NestedBoundField to also handle empty string when rendering its form
If a NestedBoundField field has a value of `None` and is inside another NestedBoundField field, it will have its value converted to an empty string while the form of its enclosing field is being rendered. So, NestedBoundField fields with an empty string value must be handled the same way as NestedBoundField fields with a `None` value.
2015-11-26 17:07:57 +02:00
..
__init__.py XML cleanup 2013-02-22 19:46:47 +00:00
breadcrumbs.py Merge master 2015-07-23 15:28:29 +01:00
encoders.py Sort imports with isort 2015-06-25 16:55:51 -04:00
field_mapping.py Add compat util for DecimalValidator 2015-10-29 06:42:16 -04:00
formatting.py Remove Django 1.4 compat code 2015-08-07 00:02:29 +02:00
html.py Fix nested HTML dictionaries. Closes #3314. 2015-09-03 11:23:58 +01:00
humanize_datetime.py Fleshing out serializer fields 2014-09-09 17:46:28 +01:00
mediatypes.py Cleanup import following PEP 8 style guide 2015-06-25 16:10:17 -04:00
model_meta.py Use related_objects api for Django 1.9+ 2015-11-19 13:04:37 +01:00
representation.py Sort imports with isort 2015-06-25 16:55:51 -04:00
serializer_helpers.py Updated NestedBoundField to also handle empty string when rendering its form 2015-11-26 17:07:57 +02:00
urls.py Fix compat issues 2015-01-16 20:30:46 +00:00