mirror of
https://github.com/django/django.git
synced 2025-08-07 04:18:19 +00:00
Refs #29444 -- Renamed DatabaseFeatures.can_return_id* to be generic for other columns.
This commit is contained in:
parent
16a5a2a2c8
commit
b131f9c79f
8 changed files with 22 additions and 18 deletions
|
@ -7,8 +7,8 @@ from django.utils.functional import cached_property
|
|||
|
||||
class DatabaseFeatures(BaseDatabaseFeatures):
|
||||
allows_group_by_selected_pks = True
|
||||
can_return_id_from_insert = True
|
||||
can_return_ids_from_bulk_insert = True
|
||||
can_return_columns_from_insert = True
|
||||
can_return_rows_from_bulk_insert = True
|
||||
has_real_datatype = True
|
||||
has_native_uuid_field = True
|
||||
has_native_duration_field = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue