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