Commit 4dd242bd authored by Ian Kelly's avatar Ian Kelly
Browse files

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
parent 24aa08f4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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:

 	* CREATE DATABASE
	* DROP DATABASE
 	* CREATE USER
	* DROP USER
	* CREATE TABLESPACE
	* DROP TABLESPACE