summaryrefslogtreecommitdiff
path: root/docs/topics/install.txt
AgeCommit message (Collapse)Author
2013-03-06Update link to django-mssql projectMichael Manfre
2012-12-21Fixed #19497 -- Refactored testing docs.Ramiro Morales
Thanks Tim Graham for the review and suggestions.
2012-12-16Fixed #19279 - Clarified order of database setup and Django install.Tim Graham
Thanks colinnkeenan for the suggestion.
2012-12-11Fixed #19461 - Linked to psycopg in topics/install.txtTim Graham
Thanks Chris Jerdonek for the suggestion.
2012-11-02Documented minimal python 3.2 version.Florian Apolloner
2012-10-15Fixed #10936 - Tempered recommendation of SQLite - thanks Karen Tracey for ↵Tim Graham
the feedback.
2012-10-11Fixed #10936 - Noted that using SQLite for development is a good ideaTim Graham
2012-09-09Replaced backwards-incompatible changes referenceKaren Tracey
The previously-referenced wiki page documents backwards-incompatible changes from .96 to 1.0. Changed that referece to point to current in-development release notes, which is where such changes are now documented.
2012-09-07Updated install docs to reflect Python 3 status.Aymeric Augustin
Closes #17452.
2012-07-22Documentation: Fix link to uWSGI deploymentRoman Haritonov
2012-07-13Fixed #18601 -- Specified that Python minimum version is 2.6.5Preston Holmes
This is due to a bug in previous Python 2.6 versions related to unicode keyword arguments.
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
Setup.py now warns if it detects that Django is being installed over top of a previous installation that was never removed. This should only happen when installing with ``python setup.py install``, as pip automatically uninstalls before installing a new version and easy_install installs as an egg directory. Also generally updated the installation doc.
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 ↵Adrian Holovaty
code.djangoproject.com
2012-03-31Fixed #17983 -- Re-fixed the ln syntax by adding a trailing slash to the ↵Claude Paroz
destination directory. The -t argument is not a POSIX standard. Thanks Aymeric Augustin for pointing the problem. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17859 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-31Fixed #17983 -- Use a non-ambiguous syntax of the ln command in install docs.Claude Paroz
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17855 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-31Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for ↵Claude Paroz
the initial patch and Aymeric Augustin for the review. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17834 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-13Replaced http by https in djangoproject.com linksClaude Paroz
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17703 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-12Edited some docs and docstrings until [17685]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17686 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-03Fixed #9995 -- Updated the installation instructions to recommend pip. Also ↵Aymeric Augustin
fixed ReST errors. Refs #9112. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17636 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-02Fixes #17578. Improve setup instructions for Windows users.Paul McMillan
Thanks Pariksheet Nanda for the report and zsiciarz for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17619 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-11-21Fixed #17220 - Documented git clone command for git < 1.6.6; thanks ↵Timo Graham
krzysiumed for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17139 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-10-22Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled ↵Carl Meyer
internal servers (runserver and runfcgi) to use an externally-defined WSGI application. Thanks to Armin Ronacher, Jannis Leidel, Alex Gaynor, ptone, and Jacob Kaplan-Moss. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17022 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from ↵Luke Plant
[16955] git-svn-id: http://code.djangoproject.com/svn/django/trunk@16983 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-04Converted links to external topics so they use intersphinx extension markup.Ramiro Morales
This allows to make these links more resilent to changes in the target URLs. Thanks Jannis for the report and Aymeric Augustin for the patch. Fixes #16586. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16720 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-08-22Minor Debian/Ubuntu install instruction update.Malcolm Tredinnick
This is all a bit of a mess (and fragile and mostly their own fault), but this at least gives people a clue. Fixes #16287. Patch from bpeschier. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16647 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-06-26Fixed #16209 -- Added notes about the DVCS mirrors to the install docs. ↵Jannis Leidel
Thanks, bedmondmark. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16460 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-06-16Fixed #16057 -- Extended deployment documentation with instructions for ↵Jannis Leidel
uWSGI. Thanks, jpic and aaugustin. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16413 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-06-09Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and ↵Ramiro Morales
mentions from docs. Thanks Aymeric Augustin for the report and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16349 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-04-17Fixed #15822 -- Removed references to the v1 postgresql backend (which has ↵Adrian Holovaty
been removed). Thanks for the patch, aaugustin git-svn-id: http://code.djangoproject.com/svn/django/trunk@16034 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-27Fixed #14794 - fix broken link in docs/topics/install.txt - thanks aright ↵Timo Graham
for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14730 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-27Fixed #14789 - remove an unused link from docs/topics/install.txt. thanks ↵Timo Graham
adamv for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14727 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-23Fixes #6739 -- better development installation docs. Thanks to Adam ↵Chris Beaven
Vandenberg for inspiration. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14686 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-11-07Completed and enhanced links to database-specific notes from the install docs.Ramiro Morales
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14491 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-09Fixed #11509 -- Modified usage of "Web" to match our style guide in various ↵Russell Keith-Magee
documentation, comments and code. Thanks to timo and Simon Meers for the work on the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14069 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-09Corrects a typo in [14062]. Thanks to Russ for the report.Gabriel Hurley
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14064 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-10-09Fixed #13279 -- Made the paths in the Unix install docs more explicit. ↵Gabriel Hurley
Thanks to KathyManwaring for the report and stumbles for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14062 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-28Fixed #13820 -- Started the deprecation process for mod_python. Thanks to ↵Russell Keith-Magee
Robert Coup for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13648 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
Thanks, Ramiro Morales. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13608 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-07-05Fixed #13880 - added 2.7 to list of supported versions of PythonLuke Plant
Thanks Alex git-svn-id: http://code.djangoproject.com/svn/django/trunk@13423 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-12-26Fixed several broken and redirecting URLs in the documentation (fixes ↵Gary Wilson Jr
#12219, refs #12427). git-svn-id: http://code.djangoproject.com/svn/django/trunk@11994 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-10-23Fixed a silly typo left over from removing Python 2.3 references.Jacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11641 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-10-23Removed mentions of Python 2.3 support from the docs -- Django 1.2 drops ↵Jacob Kaplan-Moss
support for Python 2.3 -- and added a quick FAQ about that dropping of support. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11640 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-24Fixed #11356 -- Added links to the growing collection of 3rd party database ↵Russell Keith-Magee
backends that are available. Thank to Nathan Auch for the draft text. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11093 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-05-12Fixed #11063: updated install docs to mention mod_wsgi instead of mod_python.Jacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10745 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-01Fixed #10031: updated SQLite database docs to more strongly indicate the ↵Jacob Kaplan-Moss
problems with versions before 3.3.6. Thanks, ramiro. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10311 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-02-28Fixed #10377: Added clearer warning to database notes for cx_Oracle 5.0.James Bennett
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9922 bcc190cf-cafb-0310-a4f2-bffc1f526a37