summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2019-02-07 09:59:47 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-02-07 10:03:11 +0100
commit0aff35459db46a1d4d4383f379416565ff2fce9e (patch)
tree58e6577285bd2867ecbc845712441b5b484b3e5a /docs/releases
parentd293948938d1b07bcacac220adb42266fa67f83e (diff)
[2.2.x] Updated Oracle docs links to Oracle 18c.
Backport of 759a9b710c0e5a6009cfba406ff562919fa70ef0 from master
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/2.0.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt
index eab181bfe1..c085f65447 100644
--- a/docs/releases/2.0.txt
+++ b/docs/releases/2.0.txt
@@ -237,9 +237,9 @@ Models
finds the starting index of a string inside another string.
* On Oracle, ``AutoField`` and ``BigAutoField`` are now created as `identity
- columns`_.
-
- .. _`identity columns`: https://docs.oracle.com/database/121/DRDAA/migr_tools_feat.htm#DRDAA109
+ columns <https://docs.oracle.com/en/database/oracle/oracle-database/18/drdaa/
+ intro-to-tools-and-products-supporting-migraiton.html#GUID-14E4817B-F3BC-4D99
+ -B471-A0ACDC303CC9>`__.
* The new ``chunk_size`` parameter of :meth:`.QuerySet.iterator` controls the
number of rows fetched by the Python database client when streaming results