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:
Ian Kelly 2008-07-21 16:50:04 +00:00
parent 24aa08f486
commit 4dd242bdeb
1 changed files with 2 additions and 2 deletions

View File

@ -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