mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Adjust docs
This commit is contained in:
parent
e2876506db
commit
de167e43a2
2 changed files with 3 additions and 2 deletions
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue