Refs #26682 -- Added AutoField introspection on Oracle.

This commit is contained in:
Mariusz Felisiak 2017-06-01 11:51:02 +02:00
parent 924a89e135
commit 9af6c97504
3 changed files with 20 additions and 7 deletions

View file

@ -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
~~~~~~~~~~