* Added ``rounding`` parameter to ``RoundedDecimalField`` which allows to define rounding direction when rounding value.
0.2.1
~~~~~~~~~~~~~~~~~~
* Fixed bugs in ``RoundedDecimalField``
0.2.0
~~~~~~~~~~~~~~~~~~
* Added ``RoundedDecimalField`` for rounding off decimal to specified ``decimal_places`` instead of validing that higher precision is not allowed * Added ``URLField`` for automatic mapping between django forms and DRF serializers
0.1.6
~~~~~~~~~~~~~~~~~~
* Fixed a bug in ``SerializerForm`` in which form cleaned data was replaced with serializer data instead of updating it.
0.1.5
~~~~~~~~~~~~~~~~~~
* Fixed a bug in ``EnforceValidationFieldMixin`` that it was overwriting ``to_internal_value`` instead of ``run_validation``