| Age | Commit message (Collapse) | Author |
|
Reload api_settings when using Django's 'override_settings'
|
|
|
|
|
|
Pass {} as data to DataAndFiles, as it ends up in a MergeDict
|
|
In the same vein as #2399.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
`NotImplemented` is a singleton object, not an exception. You should be raising `NotImplementedError` here instead.
|
|
|
|
|
|
|
|
|
|
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
|