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

[1.11.x] Fixed typo in docs/releases/1.11.5.txt.

Backport of 330e965cd8 from master
This commit is contained in:
Mariusz Felisiak
2017-08-23 08:55:25 +02:00
parent 1b0e45e4ea
commit e6dd785bb7

View File

@@ -19,7 +19,7 @@ Bugfixes
* Django 1.11 inadvertently changed the sequence and trigger naming scheme on * Django 1.11 inadvertently changed the sequence and trigger naming scheme on
Oracle. This causes errors on INSERTs for some tables if Oracle. This causes errors on INSERTs for some tables if
``'use_returning_into': False`` is in the ``OPTIONS`` part of ``DATABASES``. ``'use_returning_into': False`` is in the ``OPTIONS`` part of ``DATABASES``.
The pre-11.1 naming scheme is now restored. Unfortunately, it necessarily The pre-1.11 naming scheme is now restored. Unfortunately, it necessarily
requires an update to Oracle tables created with Django 1.11.[1-4]. Use the 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 upgrade script in :ticket:`28451` comment 8 to update sequence and trigger
names to use the pre-1.11 naming scheme names to use the pre-1.11 naming scheme.