| Age | Commit message (Collapse) | Author |
|
|
|
filtered lists.
|
|
Closes #713.
|
|
https://github.com/mjtamlyn/django-rest-framework
|
|
Use parent's primary key when model is derived via multitable inheritance
|
|
Support for X-HTTP-Method-Override Header
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
into list-deserialization
|
|
|
|
|
|
Before this commit only the MultipleObjectAPIView would apply a
filter_backend, leaving the SingleObjectAPIView to return objects you
might otherwise expect to have been filtered out.
It's worth mentioning that when a SingleObjectAPIView makes a request
for an object that should be excluded, a 404 is the expected result.
|
|
index of bad item in data plus usual errors dict
|
|
|
|
|
|
value to serialize.
Signed-off-by: Kevin Stone <kevinastone@gmail.com>
|
|
|
|
|
|
|
|
for a cross python versions compatibility
|
|
|
|
|
|
|
|
|
|
addition to #631 with update to master + timefield support
|
|
to avoid naming collision with `oauth2` used for OAuth 1
|
|
Conflicts:
rest_framework/tests/authentication.py
|
|
|
|
More consistent auth failure behavior.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|