diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2017-06-01 11:51:02 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2017-06-01 19:33:48 +0200 |
| commit | 9af6c97504ef2b06dd5292d03ea94d3eb5d8c4d6 (patch) | |
| tree | 2204beae578a38639311d8eb3992d2d7e0896436 /docs | |
| parent | 924a89e135fe54bc7622aa6f03405211e75c06e9 (diff) | |
Refs #26682 -- Added AutoField introspection on Oracle.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.0.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt index 6666f6d1d5..1070889da0 100644 --- a/docs/releases/2.0.txt +++ b/docs/releases/2.0.txt @@ -195,6 +195,9 @@ Management Commands * The new :option:`diffsettings --output` option allows formatting the output in a unified diff format. +* On Oracle, :djadmin:`inspectdb` can now introspect ``AutoField`` if the + column is created as an identity column. + Migrations ~~~~~~~~~~ |
