| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
Raise error if `fields` on serializer is not a list of strings.
|
|
|
|
|
|
|
|
|
|
Renamed validated_attrs to validated_data to be more in line with other code
|
|
similar code.
|
|
|
|
Closes #2194.
|
|
|
|
git://github.com/gregmuellegger/django-rest-framework into gregmuellegger-fixes/2013
|
|
#2098.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|