| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Document how to translate DRF error messages (version 3.1)
|
|
|
|
add some missing full stops to user visible strings
|
|
stops; add some missing translation tags
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|