Fix for current remove fields from base serializer. python class Ser(Serializer): field_one = CharField()
class TwoSer(Ser): field_one = None
0.3.5
* Fix for current work `source` attribute for base fields class. * Fix exceptions `__str__` method. * Fix `GenericViews` `MRO`. * Added unbound `response_class` from all views. * Fix `ValidationError` arguments in views.
0.3.4
Added [`Source`](./rest_framework/serializers/fields.py84) attribute to Fields