diff options
| author | Ian Kelly <ian.g.kelly@gmail.com> | 2009-01-06 18:25:52 +0000 |
|---|---|---|
| committer | Ian Kelly <ian.g.kelly@gmail.com> | 2009-01-06 18:25:52 +0000 |
| commit | f6cacacbfffca4676be10b439f295207e5ee8ba7 (patch) | |
| tree | 976a02dd3058c122454dd391f46743ec9f47541d /docs/topics | |
| parent | ff3320cb6dffba80058c0b88318c2f314f024497 (diff) | |
[1.0.X] Refs #9935: Added a note in the documentation to the effect that Django currently requires a 4.X release of cx_Oracle. Backport of [9709] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9710 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/install.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/topics/install.txt b/docs/topics/install.txt index 766a106d99..7965b96834 100644 --- a/docs/topics/install.txt +++ b/docs/topics/install.txt @@ -82,9 +82,9 @@ 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 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 |
