| Age | Commit message (Collapse) | Author | 
 | 
 | 
 | 
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()
 | 
 | 
 | 
 | 
run for the active set. Closes #2109.
 | 
 | 
 | 
 | 
git://github.com/gregmuellegger/django-rest-framework into gregmuellegger-fixes/2013
 | 
 | 
#2098.
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
Ensure _resolve_model does not return None
 | 
 | 
Bugfix for #1850
 | 
 | 
 |