* Fixed bugs in ``AllowBlankNullFieldMixin`` * All DRF fields not subclass both ``AllowBlankNullFieldMixin`` and ``EmptyStringFieldMixin``
0.1.2
~~~~~~~~~~~~~~~~~~
* Added custom ``to_representation()`` to ``EmptyStringFieldMixin`` which allows to pass empty string or ``None`` values. This is especially useful for fields like ``IntegerField`` which would blow up when passing empty string value for non-required fields.
0.1.1
~~~~~~~~~~~~~~~~~~
* Fixed a bug in ``FormSerializer`` which did not honor ``field_mapping`` in any of the subclasses