Adjust docs

This commit is contained in:
Aleksi Häkli 2021-01-06 15:41:24 +02:00
parent e2876506db
commit de167e43a2
No known key found for this signature in database
GPG key ID: 443B5DA7F5CC9F42
2 changed files with 3 additions and 2 deletions

View file

@ -26,7 +26,8 @@ Changes
5.10.0 (2020-12-18)
-------------------
- Deprecate stock DRF support, require users to set it up per project.
- Deprecate stock DRF support from 5.8.0,
require users to set it up per project.
Check the documentation for more information.
[aleksihakli]

View file

@ -41,6 +41,6 @@ Tox runs the same test set that is run by GitHub Actions, and your code should b
If you wish to limit the testing to specific environment(s), you can parametrize the tox run::
$ tox -e py37-django21
$ tox -e py39-django22
After you have pushed your changes, open a pull request on GitHub for getting your code upstreamed.