Author: ikelly Date: 2009-01-06 12:22:07 -0600 (Tue, 06 Jan 2009) New Revision: 9709
Modified: django/trunk/docs/ref/databases.txt django/trunk/docs/topics/install.txt Log: Refs #9935: Added a note in the documentation to the effect that Django currently requires a 4.X release of cx_Oracle. Modified: django/trunk/docs/ref/databases.txt =================================================================== --- django/trunk/docs/ref/databases.txt 2009-01-06 05:27:39 UTC (rev 9708) +++ django/trunk/docs/ref/databases.txt 2009-01-06 18:22:07 UTC (rev 9709) @@ -335,7 +335,8 @@ Django supports `Oracle Database Server`_ versions 9i and higher. Oracle version 10g or later is required to use Django's ``regex`` and ``iregex`` query -operators. You will also need the `cx_Oracle`_ driver, version 4.3.1 or newer. +operators. You will also need a 4.X release of the `cx_Oracle`_ driver, +version 4.3.1 or newer. .. _`Oracle Database Server`: http://www.oracle.com/ .. _`cx_Oracle`: http://cx-oracle.sourceforge.net/ Modified: django/trunk/docs/topics/install.txt =================================================================== --- django/trunk/docs/topics/install.txt 2009-01-06 05:27:39 UTC (rev 9708) +++ django/trunk/docs/topics/install.txt 2009-01-06 18:22:07 UTC (rev 9709) @@ -82,9 +82,9 @@ wrapper in the standard library, so you don't need to install anything extra in that case. -* 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 :ref:`Oracle - backend <oracle-notes>`. +* If you're using Oracle, you'll need a 4.X release of cx_Oracle_, version + 4.3.1 or higher. You will also want to read the database-specific notes for + the :ref:`Oracle backend <oracle-notes>`. If you plan to use Django's ``manage.py syncdb`` command to automatically create database tables for your models, you'll need to --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
