Author: russellm Date: 2007-04-16 06:11:16 -0500 (Mon, 16 Apr 2007) New Revision: 5009
Modified: django/trunk/docs/install.txt Log: Refs #3786 -- Added reference to database-specific documentation in install.txt. Modified: django/trunk/docs/install.txt =================================================================== --- django/trunk/docs/install.txt 2007-04-16 03:43:53 UTC (rev 5008) +++ django/trunk/docs/install.txt 2007-04-16 11:11:16 UTC (rev 5009) @@ -58,6 +58,7 @@ If you're on Windows, check out the unofficial `compiled Windows version`_. * If you're using MySQL, you'll need MySQLdb_, version 1.2.1p2 or higher. + You will also want to read the database-specific notes for the `MySQL backend`_. * If you're using SQLite, you'll need pysqlite_. Use version 2.0.3 or higher. @@ -69,6 +70,7 @@ .. _MySQLdb: http://sourceforge.net/projects/mysql-python .. _SQLite: http://www.sqlite.org/ .. _pysqlite: http://initd.org/tracker/pysqlite +.. _MySQL backend: ../databases/ Remove any old versions of Django ================================= --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
