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:
committed by
Tim Graham
parent
fd78fb82d6
commit
c4b04e1598
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`).
|
||||
Reference in New Issue
Block a user