diff options
| author | Johannes Hoppe <info@johanneshoppe.com> | 2019-01-30 15:31:56 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2019-01-30 15:31:56 -0500 |
| commit | b131f9c79f3284f7220c65ceb9125ba4278dc0a4 (patch) | |
| tree | b333424dc5f907afec26788fed5943e3eeda5ee5 /docs | |
| parent | 16a5a2a2c8d8dbf9cc3e033dd84b986bcaadb963 (diff) | |
Refs #29444 -- Renamed DatabaseFeatures.can_return_id* to be generic for other columns.
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 0ebbb7518f..f0f17eac7c 100644 --- a/docs/releases/3.0.txt +++ b/docs/releases/3.0.txt @@ -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 ------------- |
