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:
committed by
Tim Graham
parent
9b7c196294
commit
bc74bc1f35
@@ -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
|
||||
|
||||
14
docs/releases/1.10.4.txt
Normal file
14
docs/releases/1.10.4.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
===========================
|
||||
Django 1.10.4 release notes
|
||||
===========================
|
||||
|
||||
*Under development*
|
||||
|
||||
Django 1.10.4 fixes several bugs in 1.10.3.
|
||||
|
||||
Bugfixes
|
||||
========
|
||||
|
||||
* Quoted the Oracle test user's password in queries to fix the "ORA-00922:
|
||||
missing or invalid option" error when the password starts with a number or
|
||||
special character (:ticket:`27420`).
|
||||
14
docs/releases/1.8.17.txt
Normal file
14
docs/releases/1.8.17.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
===========================
|
||||
Django 1.8.17 release notes
|
||||
===========================
|
||||
|
||||
*Under development*
|
||||
|
||||
Django 1.8.17 fixes a regression in 1.8.16.
|
||||
|
||||
Bugfixes
|
||||
========
|
||||
|
||||
* Quoted the Oracle test user's password in queries to fix the "ORA-00922:
|
||||
missing or invalid option" error when the password starts with a number or
|
||||
special character (:ticket:`27420`).
|
||||
14
docs/releases/1.9.12.txt
Normal file
14
docs/releases/1.9.12.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
===========================
|
||||
Django 1.9.12 release notes
|
||||
===========================
|
||||
|
||||
*Under development*
|
||||
|
||||
Django 1.9.12 fixes a regression in 1.9.11.
|
||||
|
||||
Bugfixes
|
||||
========
|
||||
|
||||
* Quoted the Oracle test user's password in queries to fix the "ORA-00922:
|
||||
missing or invalid option" error when the password starts with a number or
|
||||
special character (:ticket:`27420`).
|
||||
@@ -25,6 +25,7 @@ versions of the documentation contain the release notes for any later releases.
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
1.10.4
|
||||
1.10.3
|
||||
1.10.2
|
||||
1.10.1
|
||||
@@ -35,6 +36,7 @@ versions of the documentation contain the release notes for any later releases.
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
1.9.12
|
||||
1.9.11
|
||||
1.9.10
|
||||
1.9.9
|
||||
@@ -53,6 +55,7 @@ versions of the documentation contain the release notes for any later releases.
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
1.8.17
|
||||
1.8.16
|
||||
1.8.15
|
||||
1.8.14
|
||||
|
||||
Reference in New Issue
Block a user