| Age | Commit message (Collapse) | Author |
|
|
|
inheritance
|
|
|
|
* restframework2:
Fix ModelSerializer logic for fields with default value, which should have required=False set
Added @diviei - Thanks!
Fix typo reported by @diviei
|
|
required=False set
|
|
|
|
|
|
|
|
Implement per-field validation on Serializers
|
|
|
|
|
|
|
|
|
|
|
|
#314 Fix for manytomany field being required in the payload even though ...
|
|
field is specified as readonly in the serializer
|
|
WIP on #310
|
|
Fix typo.
|
|
BrowsableAPIRenderer
Conflicts:
rest_framework/renderers.py - manually resolved conflict
|
|
|
|
Fix serialization of reverse relationships
|
|
|
|
|
|
|
|
|
|
|
|
Documentation spelling and other mistake fixes.
|
|
|
|
|
|
|
|
|
|
|
|
Added tests for dotted notation in serializer field source
|
|
|
|
|
|
|
|
|
|
Make settings consistent with corrosponding view attributes
|
|
|
|
|
|
|
|
Parser refactor
|
|
|
|
and `upload_handlers`)
Consistency with renderer API.
|
|
|
|
|
|
Make default field check safe for boolean values
|
|
acceptable default value
|
|
|
|
Cleaner seperation of exception and resulting HTTP response.
Should result in more obvious error messages.
|