| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Same context as renderers which include: the view,
args, kwargs, and request.
This provides enough contextual information to the
exception handlers to handle errors better.
In a use case like #1671, a custom handler
would allow Sentry to log the request properly.
|
|
Better errors when serializer has incorrectly named field.
|
|
|
|
|
|
|
|
|
|
Release notes & version 3.0.1
|
|
|
|
Hyperlinked PK optimization.
|
|
|
|
|
|
|
|
Update serializers.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Treat the input queryset as it comes (maybe it has been changed in a higher level). Evaluating .all() does nothing if or if not is a queryset.
|
|
This makes a ChoiceField optional in HTML if
model field has `blank=True` set.
|
|
#2205.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Raise error if `fields` on serializer is not a list of strings.
|
|
|
|
|
|
Clean up compat code
|
|
Escape \u2028 and \u2029 in JSON output.
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
Not allow to pass an empty actions to viewset.as_view()
|