From bc74bc1f35e33b0f37cea76aae81840e067d7802 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Wed, 2 Nov 2016 14:44:15 +0100 Subject: [1.10.x] Fixed #27420 -- Quoted the Oracle test user password in queries. Backport of c4b04e1598c4325454c808183dce17b284ed9e28 from master --- docs/ref/databases.txt | 1 + docs/releases/1.10.4.txt | 14 ++++++++++++++ docs/releases/1.8.17.txt | 14 ++++++++++++++ docs/releases/1.9.12.txt | 14 ++++++++++++++ docs/releases/index.txt | 3 +++ 5 files changed, 46 insertions(+) create mode 100644 docs/releases/1.10.4.txt create mode 100644 docs/releases/1.8.17.txt create mode 100644 docs/releases/1.9.12.txt (limited to 'docs') diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index 7a6e4c6cf1..99361f03d6 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -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 diff --git a/docs/releases/1.10.4.txt b/docs/releases/1.10.4.txt new file mode 100644 index 0000000000..c9c6181beb --- /dev/null +++ b/docs/releases/1.10.4.txt @@ -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`). diff --git a/docs/releases/1.8.17.txt b/docs/releases/1.8.17.txt new file mode 100644 index 0000000000..2464d155da --- /dev/null +++ b/docs/releases/1.8.17.txt @@ -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`). diff --git a/docs/releases/1.9.12.txt b/docs/releases/1.9.12.txt new file mode 100644 index 0000000000..d8a8af8d9d --- /dev/null +++ b/docs/releases/1.9.12.txt @@ -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`). diff --git a/docs/releases/index.txt b/docs/releases/index.txt index bbeb104b84..2ee45ab89a 100644 --- a/docs/releases/index.txt +++ b/docs/releases/index.txt @@ -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 -- cgit v1.3