diff options
| author | Kevin Kubasik <kevin@kubasik.net> | 2009-09-08 17:36:43 +0000 |
|---|---|---|
| committer | Kevin Kubasik <kevin@kubasik.net> | 2009-09-08 17:36:43 +0000 |
| commit | 3de5792e13d777c2beedea11bcc308f6c9df4ff9 (patch) | |
| tree | 88a433f78b5f77ab1964162594d25f6a59e7a5d9 /docs/ref/databases.txt | |
| parent | e2d14c075a51eb1f0b832765df8723d82f0afac4 (diff) | |
| parent | bb9cc01b132dbde2461191dbb1035eaae4885051 (diff) | |
[gsoc2009-testing] Massive merge update to trunk. This is to prep for uploadarchive/soc2009/test-improvements
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/test-improvements@11480 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/databases.txt')
| -rw-r--r-- | docs/ref/databases.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index 007a7079b7..fc58dbaf47 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -476,6 +476,10 @@ version of the driver should **not** be used with Django; ``cx_Oracle`` 5.0.1 resolved this issue, so if you'd like to use a more recent ``cx_Oracle``, use version 5.0.1. +``cx_Oracle`` 5.0.1 or greater can optionally be compiled with the +``WITH_UNICODE`` environment variable. This is recommended but not +required. + .. _`Oracle Database Server`: http://www.oracle.com/ .. _`cx_Oracle`: http://cx-oracle.sourceforge.net/ |
