Django

Code

Changeset 8021

Show
Ignore:
Timestamp:
07/21/08 11:50:04 (5 months ago)
Author:
ikelly
Message:

Corrected the privileges needed to run the test suite under Oracle

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/databases.txt

    r7294 r8021  
    193193To run Django's test suite, the user needs these *additional* privileges: 
    194194 
    195         * CREATE DATABASE 
    196         * DROP DATABASE 
     195        * CREATE USER 
     196        * DROP USER 
    197197        * CREATE TABLESPACE 
    198198        * DROP TABLESPACE