| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Read only fields
|
|
|
|
|
|
|
|
|
|
Support for filtering backends
|
|
|
|
|
|
|
|
|
|
added SerializerField Attribute "form_field_class" and defaults for
existing Fields
|
|
|
|
|
|
view name is prepended with namespace if existend
|
|
Form Fields than CharField
moved field_mapping
from local serializer_to_form_fields var
to BrowsableAPIRenderer class attr
|
|
from local serializer_to_form_fields var
to BrowsableAPIRenderer class attr
in order to - allow customization when subclassing
|
|
|
|
|
|
|
|
git://github.com/onepercentclub/django-rest-framework into filtering
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixed AttributeError in ModelSerializer.save when ModelSerializer.restore_object is overwritten
|
|
|
|
|
|
|
|
|
|
|
|
fixed AttributeError in case restore_object is overwritten without explicitly setting self.m2m_data
|
|
|
|
|
|
|
|
support for passing custom slug options to HyperlinkedRelatedField
|
|
|
|
|
|
|
|
|
|
|