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

Fixed #27420 -- Quoted the Oracle test user password in queries.

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

14
docs/releases/1.9.12.txt Normal file
View 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`).