index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
howto
/
windows.txt
Age
Commit message (
Expand
)
Author
2023-04-17
[4.2.x] Used extlinks for PyPI links.
Tim Graham
2023-02-10
[4.2.x] Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
2021-09-20
Removed versionadded/changed annotations for 3.2.
Mariusz Felisiak
2021-08-17
Fixed #32964 -- Corrected 'setup'/'set up' usage in docs.
Andrew Northall
2021-05-17
Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.
Nick Pope
2021-05-12
Fixed #26721 -- Doc'd setting UTF-8 on Windows.
David Smith
2021-04-29
Refs #32694 -- Clarified when colorama requirement is needed in Windows how-to.
Carlton Gibson
2021-01-19
Corrected versionadded annotations.
Mariusz Felisiak
2020-11-11
Fixed #31216 -- Added support for colorama terminal colors on Windows.
MinchinWeb
2020-06-03
Updated How to install Django on Windows guide.
David Smith
2020-05-29
Changed some doc links to use intersphinx.
Jon Dufresne
2020-05-27
Fixed #31628 -- Updated Windows install guide to recommend venv.
David Smith
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-04-23
Fixed #30387 -- Enhanced docs CLI examples in Unit tests and Install Django o...
Ramiro Morales
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-04-17
Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
Brett Cannon
2016-08-18
Corrected text from Python's Windows installer.
Timothy Allen
2016-04-16
Updated Windows docs for completeness
Katie McLaughlin
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2016-01-11
Refs #25755 -- Unified a couple more spellings of 'website'.
pp
2015-10-21
Revised Windows install instructions for Python 3.5.
Tim Allen
2015-08-08
Updated various links in docs
Claude Paroz
2015-02-01
Removed versionadded/changed notes for 1.7.
Tim Graham
2014-12-19
Used https for most *.python.org links
Claude Paroz
2014-11-03
Fixed versionchanged indentation in docs/.
Berker Peksag
2014-07-30
Fixed #23067 -- Updated docs to use django-admin
Christoph Heer
2014-04-09
Noted that pip is included with Python 3.4 in Windows install guide.
Tim Graham
2014-04-08
Fixed #16205 -- Added an installation for Windows.
Anubhav Joshi