diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2017-06-01 11:49:57 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2017-06-01 19:33:48 +0200 |
| commit | 924a89e135fe54bc7622aa6f03405211e75c06e9 (patch) | |
| tree | 4ef6a7f5719a753d2dd32b2b9b48302456a1a5f3 /docs | |
| parent | cde31daf8815e05b4b86b857b49fb0e31e1f0a38 (diff) | |
Fixed #26682 -- Added support for Oracle identity columns.
Thanks Shai Berger and Tim Graham for reviews.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.0.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt index 0d2b2d77ed..6666f6d1d5 100644 --- a/docs/releases/2.0.txt +++ b/docs/releases/2.0.txt @@ -206,6 +206,11 @@ Models * The new :class:`~django.db.models.functions.StrIndex` database function 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 + Requests and Responses ~~~~~~~~~~~~~~~~~~~~~~ |
