Skip to content
This repository has been archived by the owner on Nov 25, 2017. It is now read-only.

Commit

Permalink
Add a note that 5.0.1 of the oracle driver is ok (https://docs.django…
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdaugherty committed Oct 25, 2012
1 parent 96c783b commit 8f08dac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions chapter02.rst
Expand Up @@ -312,8 +312,9 @@ Using Django with Oracle
Django works with Oracle Database Server versions 9i and higher.

If you're using Oracle, you'll need to install the ``cx_Oracle`` library,
available at http://cx-oracle.sourceforge.net/. Use version 4.3.1 or higher,
but avoid version 5.0 due to a bug in that version of the driver.
available at http://cx-oracle.sourceforge.net/. Use version 4.3.1 or higher, but
avoid version 5.0 due to a bug in that version of the driver. Version 5.0.1
resolved the bug, however, so you can choose a higher version as well.

Using Django Without a Database
-------------------------------
Expand Down

0 comments on commit 8f08dac

Please sign in to comment.