mirror of
https://github.com/django/django.git
synced 2025-08-02 10:02:41 +00:00
Fixed #28451 -- Restored pre-Django 1.11 Oracle sequence/trigger naming.
Regression in 69b7d4b116
.
This commit is contained in:
parent
4dfd6b88d5
commit
c6a3546093
4 changed files with 21 additions and 2 deletions
|
@ -15,3 +15,11 @@ Bugfixes
|
|||
* Fixed test database creation with ``cx_Oracle`` 6 (:ticket:`28498`).
|
||||
|
||||
* Fixed select widget rendering when option values are tuples (:ticket:`28502`).
|
||||
|
||||
* Django 1.11 inadvertently changed the sequence and trigger naming scheme on
|
||||
Oracle. This causes errors on INSERTs for some tables if
|
||||
``'use_returning_into': False`` is in the ``OPTIONS`` part of ``DATABASES``.
|
||||
The pre-11.1 naming scheme is now restored. Unfortunately, it necessarily
|
||||
requires an update to Oracle tables created with Django 1.11.[1-4]. Use the
|
||||
upgrade script in :ticket:`28451` comment 8 to update sequence and trigger
|
||||
names to use the pre-1.11 naming scheme
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue