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
/
docs
/
intro
/
install.txt
Age
Commit message (
Expand
)
Author
2016-01-22
[1.9.x] Fixed #26020 -- Normalized header stylings in docs.
Elif T. Kus
2015-12-01
[1.9.x] Fixed #25778 -- Updated docs links to use https when available.
Jon Dufresne
2015-07-24
Fixed #25161 -- Encouraged users to install the latest release in docs
Alasdair Nicol
2015-06-18
Removed support for Python 3.3.
Tim Graham
2015-05-16
Updated the Python shell example to use generic version numbers.
Kamran Mackey
2015-01-17
Removed compatibility with Python 3.2.
Tim Graham
2014-12-19
Used https for most *.python.org links
Claude Paroz
2014-04-08
Added Python 3.4 to list of supported version in docs/intro/install.txt
Tim Graham
2013-12-30
Assumed Python 3 throughout docs/intro.
Aymeric Augustin
2013-07-01
Bumped minimum Python version requirement to 2.7 in Django 1.7.
Aymeric Augustin
2013-07-01
Stopped branding Python 3 support as experimental.
Aymeric Augustin
2013-01-08
Added sphinx substitutions in place of hardcoded version numbers.
Tim Graham
2012-09-07
Updated install docs to reflect Python 3 status.
Aymeric Augustin
2012-07-28
Fixed #18630 -- Updated version in docs/intro/install.txt; thanks Kevin London.
Tim Graham
2012-07-13
Fixed #18601 -- Specified that Python minimum version is 2.6.5
Preston Holmes
2012-04-30
Replaced print statement by print function (forward compatibility syntax).
Claude Paroz
2012-04-21
Reworded the 'Set up a database' section of the installation docs.
Claude Paroz
2012-03-31
Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for ...
Claude Paroz
2012-03-23
Bump the version in a docs example.
Alex Gaynor
2011-10-14
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-06-09
Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and men...
Ramiro Morales
2010-11-23
Fixes #6739 -- better development installation docs. Thanks to Adam Vandenber...
Chris Beaven
2010-10-19
Fixed #14464 -- Strengthened the admonition regarding documentation versions ...
Gabriel Hurley
2010-08-19
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2010-07-05
Fixed #13880 - added 2.7 to list of supported versions of Python
Luke Plant
2010-01-10
Fixed #12092 -- Fixed grammar error in install.txt. Thanks, Abizern and timo
Adrian Holovaty
2009-10-23
Removed mentions of Python 2.3 support from the docs -- Django 1.2 drops supp...
Jacob Kaplan-Moss
2008-12-09
Another place where we talked about Python versions.
James Bennett
2008-11-01
Fixed #9337 -- Use a link to Jython that actually works. Thanks admackin.
Karen Tracey
2008-09-09
Fixed #8986 -- Fixed typo in install.txt. Thanks, rduffield
Adrian Holovaty
2008-08-26
Fixed #8326: added documentation about running Django on Jython. Docs origina...
Jacob Kaplan-Moss
2008-08-23
Massive reorganization of the docs. See the new docs online at http://docs.dj...
Jacob Kaplan-Moss