Skip to content

Commit 330e965

Browse files
committed
Fixed typo in docs/releases/1.11.5.txt.
1 parent f21915b commit 330e965

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/releases/1.11.5.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Bugfixes
1919
* Django 1.11 inadvertently changed the sequence and trigger naming scheme on
2020
Oracle. This causes errors on INSERTs for some tables if
2121
``'use_returning_into': False`` is in the ``OPTIONS`` part of ``DATABASES``.
22-
The pre-11.1 naming scheme is now restored. Unfortunately, it necessarily
22+
The pre-1.11 naming scheme is now restored. Unfortunately, it necessarily
2323
requires an update to Oracle tables created with Django 1.11.[1-4]. Use the
2424
upgrade script in :ticket:`28451` comment 8 to update sequence and trigger
25-
names to use the pre-1.11 naming scheme
25+
names to use the pre-1.11 naming scheme.

0 commit comments

Comments
 (0)