From 4dd242bdeb6cd6f722e8728b8c5cdd662c3ec98a Mon Sep 17 00:00:00 2001 From: Ian Kelly Date: Mon, 21 Jul 2008 16:50:04 +0000 Subject: [PATCH] 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 --- docs/databases.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/databases.txt b/docs/databases.txt index 6832c2b361..0fb6381c5c 100644 --- a/docs/databases.txt +++ b/docs/databases.txt @@ -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