diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.0.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/3.0.txt b/docs/releases/3.0.txt index bf5733ed52..0ebbb7518f 100644 --- a/docs/releases/3.0.txt +++ b/docs/releases/3.0.txt @@ -214,6 +214,10 @@ backends. * ``DatabaseIntrospection.get_field_type()`` may no longer return tuples. +* If the database can create foreign keys in the same SQL statement that adds a + field, add ``SchemaEditor.sql_create_column_inline_fk`` with the appropriate + SQL; otherwise, set ``DatabaseFeatures.can_create_inline_fk = False``. + Miscellaneous ------------- |
