| Age | Commit message (Collapse) | Author |
|
|
|
Update the tutorial against DRF v3 (part 4 & 5)
|
|
PrimaryKeyRelatedField now needs a queryset argument.
urls now don't use urlpatterns.
|
|
|
|
Raise error if `fields` on serializer is not a list of strings.
|
|
Better serializer errors for nested writes.
|
|
|
|
|
|
|
|
Clarify read-only & `unique_together` Documentation
|
|
Clean up compat code
|
|
|
|
|
|
|
|
|
|
Escape \u2028 and \u2029 in JSON output.
|
|
|
|
Bugfix/tutorial 1
|
|
|
|
Merge upstream
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added missing default style for FileField
|
|
|
|
|
|
|
|
Renamed validated_attrs to validated_data to be more in line with other code
|
|
tomchristie/tomchristie-improve-update-nested-validation
Improve checks for nested creates and updates.
|
|
similar code.
|
|
|
|
Closes #2194.
|
|
Closes #2169.
|
|
Update build status icon on github pages page.
|
|
|
|
Not allow to pass an empty actions to viewset.as_view()
|
|
Use svg version of travis build status badge
|
|
|
|
Updated serializers documentation
|
|
There was an error in the docs: the field extra_field_kwargs of the serializer's Meta doesn't work. The field must be extra_kwargs instead.
|
|
|
|
|
|
Fix typo in serializers doc
|
|
|