mirror of
https://github.com/django/django.git
synced 2025-08-30 23:37:50 +00:00
Refs #26682 -- Added AutoField introspection on Oracle.
This commit is contained in:
parent
924a89e135
commit
9af6c97504
3 changed files with 20 additions and 7 deletions
|
@ -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
|
||||
~~~~~~~~~~
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue