| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix for FileUploadParser with 3.x
|
|
|
|
If NUM_PROXIES setting is set to None,
HTTP_X_FORWARDED_FOR might be used as is, which
might contain spaces and cause errors on
cache backends like memcached.
|
|
Output from parsers ends up in a Django MergeDict and they exists elements to be dicts - not None
|
|
|
|
Document how to translate DRF error messages (version 3.1)
|
|
|
|
|
|
|
|
accidental conflict.
|
|
|
|
|
|
|
|
add some missing full stops to user visible strings
|
|
|
|
|
|
stops; add some missing translation tags
|
|
|
|
|
|
pagination fails to provide a more useful error message
|
|
|
|
Closes #2355.
Normally a serializer won't need these arguments on __init__, but
if a user has customized __init__ they may expect them to be available.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
file
|
|
|
|
|
|
|
|
|