mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Refs #29444 -- Renamed DatabaseFeatures.can_return_id* to be generic for other columns.
This commit is contained in:
committed by
Tim Graham
parent
16a5a2a2c8
commit
b131f9c79f
@@ -218,6 +218,10 @@ backends.
|
||||
field, add ``SchemaEditor.sql_create_column_inline_fk`` with the appropriate
|
||||
SQL; otherwise, set ``DatabaseFeatures.can_create_inline_fk = False``.
|
||||
|
||||
* ``DatabaseFeatures.can_return_id_from_insert`` and
|
||||
``can_return_ids_from_bulk_insert`` are renamed to
|
||||
``can_return_columns_from_insert`` and ``can_return_rows_from_bulk_insert``.
|
||||
|
||||
Miscellaneous
|
||||
-------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user