summaryrefslogtreecommitdiff
path: root/docs/faq/install.txt
AgeCommit message (Expand)Author
2014-11-28Added 1.9/removed 1.5 on Python version support table.Tim Graham
2014-08-12Fixed #23016 -- Updated FAQs per Aymeric's suggestions.Ola Sitarska
2014-03-27Added Python 3.4 support notes.Tim Graham
2013-07-01Bumped minimum Python version requirement to 2.7 in Django 1.7.Aymeric Augustin
2013-07-01Updated FAQ on Python versions to explain 2 vs 3.Aymeric Augustin
2013-06-28Updated FAQ to reflect official Python 3 supportClaude Paroz
2013-06-28Updated FAQ entry about python 3Claude Paroz
2012-12-25Updated installation FAQ entry on Python versions.Aymeric Augustin
2012-11-02Documented minimal python 3.2 version.Florian Apolloner
2012-09-07Fixed typo from 7435cc01.Aymeric Augustin
2012-09-07Updated install docs to reflect Python 3 status.Aymeric Augustin
2012-07-13Fixed #18601 -- Specified that Python minimum version is 2.6.5Preston Holmes
2012-03-31Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for ...Claude Paroz
2012-03-16Added Django-Python version matching table in FAQ.Claude Paroz
2012-03-13Replaced http by https in djangoproject.com linksClaude Paroz
2011-10-22Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled int...Carl Meyer
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-09-04Fixed typo in PEP number introduced in last commit. Thanks Jannis for the eag...Ramiro Morales
2011-09-04Converted links to external topics so they use intersphinx extension markup.Ramiro Morales
2011-06-09Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and men...Ramiro Morales
2011-04-02Fixed a comma splice in docs/faq/install.txt from [16004]Adrian Holovaty
2011-04-02Updated the Python version requirements FAQ entry in the installation section.Ramiro Morales
2010-10-18Clarify in the documentation that we occasionally add APIs for newer Python v...Alex Gaynor
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
2010-08-05Fixed #14062: Corrected a stray reference to 2.6 as the high level for suppor...Karen Tracey
2010-07-05Doc updates missed in [13423]Luke Plant
2010-05-06Corrected a documentation markup problem.Russell Keith-Magee
2010-05-06Fixed #12609 -- Updated FAQ on which version users should install. Thanks to ...Russell Keith-Magee
2009-12-26Fixed several broken and redirecting URLs in the documentation (fixes #12219,...Gary Wilson Jr
2009-10-23Clarified faq/install w.r.t. the various Python versions available.Jacob Kaplan-Moss
2009-10-23Removed mentions of Python 2.3 support from the docs -- Django 1.2 drops supp...Jacob Kaplan-Moss
2009-06-18Fixed #11339 -- Corrected typo in FAQ. Thanks Kellen.Karen Tracey
2009-05-26Fixed #11202 -- Removed mod_python information from FAQ, as it is no longer t...Karen Tracey
2008-12-10Yet another place where we claim to support 2.3 and upJames Bennett
2008-12-09Fixed #9783; clarified install docs and FAQ to explain that Django does not y...James Bennett
2008-11-21Remove the FAQ answer about a setuptools install error that references runnin...Karen Tracey
2008-11-21Fixed #9611 -- Noted in the FAQ answer about Python versions that some contri...Karen Tracey
2008-08-23Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss