| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Fix OAuth 2 token only
|
|
DjangoFilterBackend return an actual query set fixes this issue.
Signed-off-by: Kevin Stone <kevinastone@gmail.com>
|
|
was resolved in b10663e02408404844aca4b362aa24df816aca98
Signed-off-by: Kevin Stone <kevinastone@gmail.com>
|
|
|
|
Signed-off-by: Fernando Rocha <fernandogrd@gmail.com>
|
|
client credentials should only be required on token
request
Signed-off-by: Fernando Rocha <fernandogrd@gmail.com>
|
|
|
|
|
|
|
|
Basic bulk create and bulk update
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Confirmed by `assertNumQueries(…)` in tests.
|
|
|
|
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
|