summaryrefslogtreecommitdiff
path: root/docs/topics/install.txt
AgeCommit message (Expand)Author
2015-12-01[1.9.x] Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-10-22[1.9.x] Fixed #25584 -- Documented a pip error when installing Django 1.9.Tim Graham
2015-09-29[1.9.x] Fixed #25376 -- Required virtualenv in installation instructions.Tim Graham
2015-09-04Refs #25345 -- Updated links to code.google.com.Maxime Lorant
2015-08-08Updated various links in docsClaude Paroz
2015-06-17Fixed outdated Python version support info in docs/topics/install.txtTim Graham
2015-03-11Simplified command to display path to Django source files.saschalalala
2015-02-22Fixed #24358 -- Corrected code-block directives for console sessions.Sean Wang
2015-02-16Fixed #24350 -- Freshened up database install topic section.Tim Graham
2015-02-03Demoted "Installing a distribution-specific package" in install notes.Tim Graham
2015-01-17Removed compatibility with Python 3.2.Tim Graham
2014-12-19Used https for most *.python.org linksClaude Paroz
2014-08-12Fixed #23016 -- Updated FAQs per Aymeric's suggestions.Ola Sitarska
2014-08-05Fixed broken links in docs.Tim Graham
2014-07-30Fixed #23067 -- Updated docs to use django-adminChristoph Heer
2014-04-08Fixed #16205 -- Added an installation for Windows.Anubhav Joshi
2013-12-30Assumed Python 3 throughout docs/intro.Aymeric Augustin
2013-12-18Fixed #21585 -- Updated some links to 3rd party database projects.Tim Graham
2013-12-08Updated a bunch of hyperlinks in documentationClaude Paroz
2013-10-07Re-added link to SQLite notes from DB section of install doc.Ramiro Morales
2013-08-09Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-07-25More migration docs, and conversion of all easy syncdb referencesAndrew Godwin
2013-07-24Fixed #20766 -- Deprecated FastCGI support.Tim Graham
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-03-06Update link to django-mssql projectMichael Manfre
2012-12-21Fixed #19497 -- Refactored testing docs.Ramiro Morales
2012-12-16Fixed #19279 - Clarified order of database setup and Django install.Tim Graham
2012-12-11Fixed #19461 - Linked to psycopg in topics/install.txtTim Graham
2012-11-02Documented minimal python 3.2 version.Florian Apolloner
2012-10-15Fixed #10936 - Tempered recommendation of SQLite - thanks Karen Tracey for th...Tim Graham
2012-10-11Fixed #10936 - Noted that using SQLite for development is a good ideaTim Graham
2012-09-09Replaced backwards-incompatible changes referenceKaren Tracey
2012-09-07Updated install docs to reflect Python 3 status.Aymeric Augustin
2012-07-22Documentation: Fix link to uWSGI deploymentRoman Haritonov
2012-07-13Fixed #18601 -- Specified that Python minimum version is 2.6.5Preston Holmes
2012-06-28Updated obsolete links in the documentationClaude Paroz
2012-06-07Fixed #18380 -- Improve installation instructions for MySQLdbJuan Riaza
2012-05-22Replaced print statement by print function in new install instructions.Claude Paroz
2012-05-21Fixed #18115 - added warning about overlaid install.Carl Meyer
2012-04-30Replaced print statement by print function (forward compatibility syntax).Claude Paroz
2012-04-27Updated docs/topics/install.txt to note github URL instead of code.djangoproj...Adrian Holovaty
2012-03-31Fixed #17983 -- Re-fixed the ln syntax by adding a trailing slash to the dest...Claude Paroz
2012-03-31Fixed #17983 -- Use a non-ambiguous syntax of the ln command in install docs.Claude Paroz
2012-03-31Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for ...Claude Paroz
2012-03-13Replaced http by https in djangoproject.com linksClaude Paroz
2012-03-12Edited some docs and docstrings until [17685]Adrian Holovaty
2012-03-03Fixed #9995 -- Updated the installation instructions to recommend pip. Also f...Aymeric Augustin
2012-03-02Fixes #17578. Improve setup instructions for Windows users.Paul McMillan
2011-11-21Fixed #17220 - Documented git clone command for git < 1.6.6; thanks krzysiume...Timo Graham