From 9af6c97504ef2b06dd5292d03ea94d3eb5d8c4d6 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Thu, 1 Jun 2017 11:51:02 +0200 Subject: Refs #26682 -- Added AutoField introspection on Oracle. --- docs/releases/2.0.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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 ~~~~~~~~~~ -- cgit v1.3