| Age | Commit message (Collapse) | Author |
|
|
|
Added FileUploadParser
|
|
|
|
* Added docstrings.
* Added `FileUploadParser.get_filename` to make it easier to override.
* Added url kwargs filename detection step.
* Updated tests corresponding to these changes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
PendingDeprecationWarnings added.
|
|
|
|
|
|
|
|
|
|
https://github.com/tomchristie/django-rest-framework into include_reverse_relations
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|