Corrected the privileges needed to run the test suite under Oracle
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8021 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
24aa08f486
commit
4dd242bdeb
|
@ -192,8 +192,8 @@ database user must have privileges to run the following commands:
|
||||||
|
|
||||||
To run Django's test suite, the user needs these *additional* privileges:
|
To run Django's test suite, the user needs these *additional* privileges:
|
||||||
|
|
||||||
* CREATE DATABASE
|
* CREATE USER
|
||||||
* DROP DATABASE
|
* DROP USER
|
||||||
* CREATE TABLESPACE
|
* CREATE TABLESPACE
|
||||||
* DROP TABLESPACE
|
* DROP TABLESPACE
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue