summaryrefslogtreecommitdiff
path: root/docs/howto/windows.txt
AgeCommit message (Collapse)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
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for reviews.
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
Modern setups on Windows support terminal colors. The colorama library may also be used, as an alternative to the ANSICON library.
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 ↵Tobias Kunze
involved difficulty. This patch does not remove all occurrences of the words in question. Rather, I went through all of the occurrences of the words listed below, and judged if they a) suggested the reader had some kind of knowledge/experience, and b) if they added anything of value (including tone of voice, etc). I left most of the words alone. I looked at the following words: - simply/simple - easy/easier/easiest - obvious - just - merely - straightforward - ridiculous Thanks to Carlton Gibson for guidance on how to approach this issue, and to Tim Bell for providing the idea. But the enormous lion's share of thanks go to Adam Johnson for his patient and helpful review.
2019-04-23Fixed #30387 -- Enhanced docs CLI examples in Unit tests and Install Django ↵Ramiro Morales
on Windows. Follow up to 37c17846ad6b02c6dca72e8087a279cca04a0c27.
2019-04-18Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, ↵Ramiro Morales
comments and hints.
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
- Update installer option for PATH installation - Add link directly to pip install docu, ref get-pip.py - Add note about installing Django to the virtualenv that was setup in the previous step
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
Added instructions for installing virtualenv and virtualenvwrapper.
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
Thanks CHI Cheng.
2014-04-08Fixed #16205 -- Added an installation for Windows.Anubhav Joshi