diff options
| author | James Bennett <ubernostrum@gmail.com> | 2009-02-28 06:05:44 +0000 |
|---|---|---|
| committer | James Bennett <ubernostrum@gmail.com> | 2009-02-28 06:05:44 +0000 |
| commit | 9b5b2ee2f3f64bdd71faf7631498d0892a7dbba2 (patch) | |
| tree | 7d9acb59e86edd7aad6ee3662d980dafc7b9e759 /docs/topics | |
| parent | 9b373d078942e23b1b5564996cf22d9e361450a3 (diff) | |
[1.0.X] Fixed #10377: Added clearer warning to database notes for cx_Oracle 5.0.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9923 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/install.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/topics/install.txt b/docs/topics/install.txt index 7965b96834..413359943a 100644 --- a/docs/topics/install.txt +++ b/docs/topics/install.txt @@ -82,9 +82,10 @@ installed. 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 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're using Oracle, you'll need a copy of cx_Oracle_, but please + read the database-specific notes for the + :ref:`Oracle backend <oracle-notes>` for important information + regarding supported versions of both Oracle and ``cx_Oracle``. If you plan to use Django's ``manage.py syncdb`` command to automatically create database tables for your models, you'll need to |
