| 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
|
|
|
|
|
|
accidental conflict.
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use textarea input for 'models.TextField'.
|
|
manage.py compress —force causes a warning here.
|
|
manage.py compress —force causes a warning here.
|
|
|
|
tomchristie/use-custom-list-serializer-for-pagination
Use custom ListSerializer for pagination if required.
|
|
Better behavior with null and '' for blank HTML fields.
|
|
|
|
|
|
Ability to customize method names without creating a custom router
|
|
|
|
|
|
|
|
|
|
|
|
Version 3.0.2
|
|
|
|
Fix empty HTML values when a default is provided.
|
|
|
|
|
|
|
|
|
|
Set authenticated user on wrapped request
|
|
|
|
Use unicode internally everywhere for 'repr'.
|
|
|
|
|
|
|
|
Better errors when serializer has incorrectly named field.
|
|
|
|
|