mirror of
https://github.com/django/django.git
synced 2025-09-26 20:19:16 +00:00
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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue