summaryrefslogtreecommitdiff
path: root/docs/howto/windows.txt
AgeCommit message (Expand)Author
2025-10-17Refs #35844 -- Doc'd Python 3.14 compatibility.Mariusz Felisiak
2024-10-09Refs #34900 -- Doc'd Python 3.13 compatibility.Mariusz Felisiak
2024-07-03Fixed #35511 -- Documented when the py binary is unavailable on Windows.alexgmin
2024-06-09Replaced usage of "patch" with more precise terms in faq, howto, and intro docs.Andreu Vallbona
2023-11-19Refs #34118 -- Doc'd Python 3.12 compatibility in Django 4.2.x.Mariusz Felisiak
2023-09-01Fixed #34768 -- Avoided initializing colorama on non-Windows platforms.Sulabh Katila
2023-04-17Used extlinks for PyPI links.Tim Graham
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
2023-01-18Fixed #34233 -- Dropped support for Python 3.8 and 3.9.Mariusz Felisiak
2021-09-20Removed versionadded/changed annotations for 3.2.Mariusz Felisiak
2021-08-17Fixed #32964 -- Corrected 'setup'/'set up' usage in docs.Andrew Northall
2021-05-17Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.Nick Pope
2021-05-12Fixed #26721 -- Doc'd setting UTF-8 on Windows.David Smith
2021-04-29Refs #32694 -- Clarified when colorama requirement is needed in Windows how-to.Carlton Gibson
2021-01-19Corrected versionadded annotations.Mariusz Felisiak
2020-11-11Fixed #31216 -- Added support for colorama terminal colors on Windows.MinchinWeb
2020-06-03Updated How to install Django on Windows guide.David Smith
2020-05-29Changed some doc links to use intersphinx.Jon Dufresne
2020-05-27Fixed #31628 -- Updated Windows install guide to recommend venv.David Smith
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2019-04-23Fixed #30387 -- Enhanced docs CLI examples in Unit tests and Install Django o...Ramiro Morales
2019-04-18Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, com...Ramiro Morales
2019-01-30Fixed #30116 -- Dropped support for Python 3.5.Tim Graham
2018-04-17Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.Brett Cannon
2016-08-18Corrected text from Python's Windows installer.Timothy Allen
2016-04-16Updated Windows docs for completenessKatie McLaughlin
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2016-01-11Refs #25755 -- Unified a couple more spellings of 'website'.pp
2015-10-21Revised Windows install instructions for Python 3.5.Tim Allen
2015-08-08Updated various links in docsClaude Paroz
2015-02-01Removed versionadded/changed notes for 1.7.Tim Graham
2014-12-19Used https for most *.python.org linksClaude Paroz
2014-11-03Fixed versionchanged indentation in docs/.Berker Peksag
2014-07-30Fixed #23067 -- Updated docs to use django-adminChristoph Heer
2014-04-09Noted that pip is included with Python 3.4 in Windows install guide.Tim Graham
2014-04-08Fixed #16205 -- Added an installation for Windows.Anubhav Joshi