summaryrefslogtreecommitdiff
path: root/docs/intro/install.txt
AgeCommit message (Expand)Author
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
2021-07-29Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...David Smith
2021-05-17Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.Nick Pope
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...Tobias Kunze
2019-05-27Refs #29548 -- Updated docs for MariaDB support.Mariusz Felisiak
2018-02-26Removed "Remove any old versions of Django" install instructions.Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2017-12-23Fixed #28594 -- Removed Jython docs and specific codeClaude Paroz
2017-09-25Fixed #27857 -- Dropped support for Python 3.4.Tim Graham
2017-05-22Updated various links in docs to avoid redirectsClaude Paroz
2017-01-10Fixed #27711 -- Demoted "Installing a distribution-specific package" in insta...Tim Graham
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2015-12-01Fixed #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