Skip to content

Commit 632a424

Browse files
Added a link in install.txt to the Oracle backend notes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6433 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent e70ecc9 commit 632a424

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/install.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ installed.
6666
* If you're using SQLite, you'll need pysqlite_. Use version 2.0.3 or higher.
6767

6868
* If you're using Oracle, you'll need cx_Oracle_, version 4.3.1 or higher.
69+
You will also want to read the database-specific notes for the `Oracle backend`_.
6970

7071
If you plan to use Django's ``manage.py syncdb`` command to
7172
automatically create database tables for your models, you'll need to
@@ -88,6 +89,7 @@ to create a temporary test database.
8889
.. _MySQL backend: ../databases/
8990
.. _cx_Oracle: http://cx-oracle.sourceforge.net/
9091
.. _Oracle: http://www.oracle.com/
92+
.. _Oracle backend: ../databases/#oracle-notes
9193
.. _testing framework: ../testing/
9294

9395
Remove any old versions of Django

0 commit comments

Comments
 (0)