django-rest-framework
django-rest-framework copied to clipboard
Web APIs for Django. 🎸
*Note*: Before submitting this pull request, please review our [contributing guidelines](https://www.django-rest-framework.org/community/contributing/#pull-requests). ## Description Please describe your pull request. If it fixes a bug or resolves a feature request, be sure...
as python 3.6 is EOL
## Description Adds support for `--version` CLI argument to `generateschema` management command. refs #8551
Added only black configuration as per @tomchristie request here https://github.com/encode/django-rest-framework/pull/6586.
## Checklist - [X] Raised initially as discussion #7899 - [X] This cannot be dealt with as a third party library. (We prefer new functionality to be [in the form...
## Description It will return 404 if page query parameter is empty string, like `/?page=`. Some of api testing tools will assign query parameter with empty string (like `Apifox`, as...
## Checklist - [x] Raised initially as discussion #8562 - [x] This cannot be dealt with as a third party library. (We prefer new functionality to be [in the form...
I did not review your contributing guidelines, nor did I test anything using the automated tests. I also did only the most minimal of non-automated testing. Still, I thought I'd...
## Description See the issue: #8211 for why this is needed. Previously `force_authenticate()` called `logout()` if no user is provided. However as described in the issue, there is a case...