We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f21915b commit 330e965Copy full SHA for 330e965
docs/releases/1.11.5.txt
@@ -19,7 +19,7 @@ Bugfixes
19
* Django 1.11 inadvertently changed the sequence and trigger naming scheme on
20
Oracle. This causes errors on INSERTs for some tables if
21
``'use_returning_into': False`` is in the ``OPTIONS`` part of ``DATABASES``.
22
- The pre-11.1 naming scheme is now restored. Unfortunately, it necessarily
+ The pre-1.11 naming scheme is now restored. Unfortunately, it necessarily
23
requires an update to Oracle tables created with Django 1.11.[1-4]. Use the
24
upgrade script in :ticket:`28451` comment 8 to update sequence and trigger
25
- names to use the pre-1.11 naming scheme
+ names to use the pre-1.11 naming scheme.
0 commit comments