Author: ikelly Date: 2007-09-28 14:35:50 -0500 (Fri, 28 Sep 2007) New Revision: 6433
Modified: django/trunk/docs/install.txt Log: Added a link in install.txt to the Oracle backend notes. Modified: django/trunk/docs/install.txt =================================================================== --- django/trunk/docs/install.txt 2007-09-28 19:25:50 UTC (rev 6432) +++ django/trunk/docs/install.txt 2007-09-28 19:35:50 UTC (rev 6433) @@ -66,6 +66,7 @@ * If you're using SQLite, you'll need pysqlite_. Use version 2.0.3 or higher. * If you're using Oracle, you'll need cx_Oracle_, version 4.3.1 or higher. + You will also want to read the database-specific notes for the `Oracle backend`_. If you plan to use Django's ``manage.py syncdb`` command to automatically create database tables for your models, you'll need to @@ -88,6 +89,7 @@ .. _MySQL backend: ../databases/ .. _cx_Oracle: http://cx-oracle.sourceforge.net/ .. _Oracle: http://www.oracle.com/ +.. _Oracle backend: ../databases/#oracle-notes .. _testing framework: ../testing/ 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 -~----------~----~----~----~------~----~------~--~---
