index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tox.ini
Age
Commit message (
Expand
)
Author
2026-03-30
[5.2.x] Bumped black to 26.3.1.
Jacob Walls
2026-02-24
[5.2.x] Pinned black == 25.12.0 in GitHub actions, pre-commit and test requir...
Natalia
2026-02-24
[5.2.x] Bumped minimum isort version to 7.0.0.
Jacob Walls
2025-11-21
[5.2.x] Added GitHub Actions linter (zizmor).
Jacob Walls
2025-10-17
[5.2.x] Refs #35844 -- Doc'd Python 3.14 compatibility.
Mariusz Felisiak
2024-10-09
Refs #34900 -- Doc'd Python 3.13 compatibility.
Mariusz Felisiak
2023-12-06
Refs #34986 -- Added PyPy to tox.ini.
Nick Pope
2023-11-19
Refs #34118 -- Added Python 3.12 to classifiers and tox.ini.
Mariusz Felisiak
2023-06-01
Added local copy of Django to deps in tox.ini.
Michael Howitz
2023-03-01
Refs #34140 -- Added configurations to run blacken-docs linter and adjusted d...
Mariusz Felisiak
2023-01-25
Corrected passenv value for tox 4.0.6+.
Stephen
2023-01-18
Fixed #34233 -- Dropped support for Python 3.8 and 3.9.
Mariusz Felisiak
2022-10-26
Refs #33173 -- Added Python 3.11 to classifiers and tox.ini.
Mariusz Felisiak
2022-09-24
Fixed #34046 -- Fixed pinning flake8 and isort versions in tox.ini.
Michael Howitz
2022-02-07
Refs #33476 -- Adjusted docs and config files for Black.
Carlton Gibson
2021-10-05
Refs #32074 -- Added Python 3.10 to classifiers and tox.ini.
Mariusz Felisiak
2021-02-10
Used allowlist_externals in tox.ini (again)
Matthias Kestenholz
2021-02-10
Fixed #32355 -- Dropped support for Python 3.6 and 3.7
Mariusz Felisiak
2020-10-26
Refs #31670 -- Used allowlist_externals in tox.ini.
David Smith
2020-10-13
Refs #31040 -- Doc'd Python 3.9 compatibility.
Mariusz Felisiak
2020-07-30
Bumped minimum isort version to 5.1.0.
David Smith
2019-10-24
Refs #29926 -- Added Python 3.8 to classifiers and tox.ini.
Bastien Vallet
2019-10-09
Fixed #30806 -- Prevented tox tests hanging on macOS.
dustinlharrison
2019-04-18
Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, com...
Ramiro Morales
2019-01-30
Fixed #30116 -- Dropped support for Python 3.5.
Tim Graham
2018-06-28
Refs #28814 -- Documented Python 3.7 compatibility.
Asif Saifuddin Auvi
2017-10-06
Refs #27857 -- Removed Python 3.4 from tox.ini.
Tim Graham
2017-10-06
Updated link to Tox documentation in tox.ini.
Mads Jensen
2017-01-25
Refs #23919 -- Removed misc Python 2/3 references.
Tim Graham
2017-01-05
Refs #27025 -- Added Python 3.6 to tox.ini.
Andrii Soldatenko
2016-08-24
Added environment variable support to tox configuration
Josh Smeaton
2016-07-20
Fixed #22446 -- Added tox.ini to automate pull request checks.
Tobias McNulty