summaryrefslogtreecommitdiff
path: root/docs/install.txt
AgeCommit message (Collapse)Author
2008-08-23Massive reorganization of the docs. See the new docs online at ↵Jacob Kaplan-Moss
http://docs.djangoproject.com/. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8506 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-07-22Fixed #7814 -- Fixed a number of style inconsistencies in the docs. Thanks, ↵Adrian Holovaty
uzi and programmerq git-svn-id: http://code.djangoproject.com/svn/django/trunk@8043 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-03-25Edited some docs changes from the past few daysAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7361 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-03-18Fixed #6245: Added note about watching Django development when using the ↵James Bennett
development version git-svn-id: http://code.djangoproject.com/svn/django/trunk@7314 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-02-13Fixed #6597 -- Corrected spelling mistake. Thanks for the report, Atul Varma.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7108 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-12-04Edited docs/install.txt changes from [6794]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6877 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-12-01Fixed #5776: Added an explanation of when and why Django might need ALTER ↵James Bennett
TABLE privileges to docs/install.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@6794 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-11-29Fixed #6046 -- Correct an obvious blunder in setting the PYTHONPATH. PointedMalcolm Tredinnick
out by Richard Worth. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6750 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-11-29Fixed #5777 -- Recommend using a symbolic link on Linux, OSX, etc forMalcolm Tredinnick
django-admin.py so that subversion updates keep it up to date. Patch from arien. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6737 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-10-20Fixed #5637 -- Clarified that nothing extra is required when using SQLite andMalcolm Tredinnick
Python 2.5. Based on a patch from Matt Boersma. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6559 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-28Added a link in install.txt to the Oracle backend notes.Ian Kelly
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6433 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-16Fixed fat-finger typo.Matt Boersma
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6362 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-16Updated Oracle python drivers link to atuining's new SF site.Matt Boersma
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6361 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-15Fixed #4692 -- Documented required database privileges. Thanks, ubernostrumAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6260 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-14Edited docs/install.txt changes from [6178]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6190 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-14Fixed #3902 -- Added some excellent notes about installing Django on ↵Malcolm Tredinnick
Windows. Thanks, nick@efford.org. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6178 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-08-18Fixed #5154 -- Minor wording tweak.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5932 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-07-12Fixed #4538 -- Split the installation instructions to differentiate between ↵Russell Keith-Magee
installing a distribution package and installing an official release. Thanks to Carl Karsten for the idea, and Paul Bissex for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5676 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-26Fixed #4684 -- Added an Oracle reference to the supported database servers.Malcolm Tredinnick
Thanks, nick@efford.org. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5542 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-23Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. AllMalcolm Tredinnick
expected tests pass for all databases. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5519 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-20Fixed #4537 -- Added note to docs/install.txt about get_python_lib() ↵Adrian Holovaty
shortcut. Thanks, Carl Karsten git-svn-id: http://code.djangoproject.com/svn/django/trunk@5503 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-20Fixed #4610 -- Made docs/install.txt a bit clearer about skipping the Apache ↵Adrian Holovaty
installation. Thanks, James git-svn-id: http://code.djangoproject.com/svn/django/trunk@5495 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-28Fixed #4331 -- Updated possible installation paths for Python site-packages onMalcolm Tredinnick
Mac OS X. Thanks, mokeefe8@comcast.net. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5370 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-19Added 'http://' to python.org link in docs/install.txt, so it will be ↵Adrian Holovaty
auto-linked when converted to HTML git-svn-id: http://code.djangoproject.com/svn/django/trunk@5285 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-05-11Fixed #4252 -- Fixed a typo in ReST formatting. Thanks, Collin Anderson.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5191 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-26Edited docs/install.txt changes from [5085]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5096 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-26Fixed #4158 -- Fixed a small formatting typo. Thanks, SmileyChris.Malcolm Tredinnick
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5085 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-16Refs #3786 -- Added reference to database-specific documentation in install.txt.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5009 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-12Fixed #3830 -- Added installation note on removing old versions of Django ↵Russell Keith-Magee
(especially eggs) before installing a new version. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4999 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-03-23Removed note about setuptools from install.txt -- it's not correct any more.Jacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4812 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-03-23Fixed explicit reference to 0.95 in install.txt.Jacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4811 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-28Fixed #3602: a few small doc fixes. Thanks, Jeremy DunckJacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4648 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-26Fixed #3325: Added docs/distributions.txt, a guide to packaged versions of ↵Jacob Kaplan-Moss
Django in Debian/Fedora/etc. Thanks to Marc Fargas and Ubernostrum for the patches. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4629 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-26Fixed #3364: Updated install.txt to recommend psycopg2. Thanks, Marc Fargas.Jacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4624 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-26Fixed #3279: Added a note about using MySQLdb 1.2.1 or later. Thanks, Marc ↵Jacob Kaplan-Moss
Fargas. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4621 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-01-24Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com ↵Adrian Holovaty
links. Thanks for the patch, SmileyChris git-svn-id: http://code.djangoproject.com/svn/django/trunk@4420 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-01-06Fixed #3229 -- Fixed reference in install.txt. Thanks again, deepfall@gmail.com.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4293 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-01-05Fixed #3229 -- Fixed typo in numbering in install.txt. Thanks, ↵Russell Keith-Magee
deepfall@gmail.com. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4290 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-10-16Updated docs/install.txt to note lack of setuptools in development versionAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3907 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-07-28Changed .91 to .95 in docs/install.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3483 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-17Changed the link the "official tarball" to refer to the 0.91 release and addedMalcolm Tredinnick
a warning about the development version being preferred. Thanks to Todd O'Bryan for pointing out the misinformation. git-svn-id: http://code.djangoproject.com/svn/django/trunk@2930 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly ↵Adrian Holovaty
backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. git-svn-id: http://code.djangoproject.com/svn/django/trunk@2809 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-03-28Clarified psycopg version in docs/install.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2572 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-01-11Updated docs/install.txt to note 0.91Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1911 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-16Added official-version information to docs/install.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1265 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-12Added 'Install Python' section to docs/install.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1193 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-07Updated install.txt and modpython.txt to note required Apache and mod_python ↵Adrian Holovaty
versions. Also gave full example for Apache config git-svn-id: http://code.djangoproject.com/svn/django/trunk@1123 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-12Added link to server-arrangements page from docs/install.txt. Thanks, AliceAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@849 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-11Added link to mod_python doc from docs/install.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@484 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-28Changed docs/install.txt to note SQLite support and requirement for pysqlite ↵Adrian Holovaty
2.0.3 or higher git-svn-id: http://code.djangoproject.com/svn/django/trunk@335 bcc190cf-cafb-0310-a4f2-bffc1f526a37