1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

[1.10.x] Fixed #27420 -- Quoted the Oracle test user password in queries.

Backport of c4b04e1598 from master
This commit is contained in:
Mariusz Felisiak
2016-11-02 14:44:15 +01:00
committed by Tim Graham
parent 9b7c196294
commit bc74bc1f35
6 changed files with 48 additions and 2 deletions

View File

@@ -748,6 +748,7 @@ To run a project's test suite, the user usually needs these *additional*
privileges:
* CREATE USER
* ALTER USER
* DROP USER
* CREATE TABLESPACE
* DROP TABLESPACE