diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2017-08-23 08:55:25 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2017-08-23 08:55:25 +0200 |
| commit | 330e965cd8d70eb3c169d655aaa88f7f915adb1a (patch) | |
| tree | d9e38bf40b1e19b771f8bfa356d6487ad4a39ddf /docs | |
| parent | f21915bb3ad73001b7d987332b2b4a0ae4ec288d (diff) | |
Fixed typo in docs/releases/1.11.5.txt.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.11.5.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/releases/1.11.5.txt b/docs/releases/1.11.5.txt index 5cd38e3b98..78279d5aa3 100644 --- a/docs/releases/1.11.5.txt +++ b/docs/releases/1.11.5.txt @@ -19,7 +19,7 @@ Bugfixes * 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 + 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 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. |
