serializer_helpers.py
4.52 KB
-
Updated NestedBoundField to also handle empty string when rendering its form · 570187b9
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.
Petros Moisiadis committed