diff options
| author | Hasan Ramezani <hasan.r67@gmail.com> | 2020-05-27 00:25:45 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-06-04 08:27:42 +0200 |
| commit | e198beadad56d5fdd06756b097446b7046a84010 (patch) | |
| tree | 259d188fe8ab2490916419a771163a750b618935 /docs | |
| parent | 55556e51fb152c864ddc782d9b56e8b785ccf8bc (diff) | |
Fixed #31630 -- Replaced introspection features with DatabaseFeatures.introspected_field_types.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.2.txt | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/docs/releases/3.2.txt b/docs/releases/3.2.txt index 662fc889e5..c5f5bb7707 100644 --- a/docs/releases/3.2.txt +++ b/docs/releases/3.2.txt @@ -247,7 +247,20 @@ Database backend API This section describes changes that may be needed in third-party database backends. -* ... +* The new ``DatabaseFeatures.introspected_field_types`` property replaces these + features: + + * ``can_introspect_big_integer_field`` + * ``can_introspect_binary_field`` + * ``can_introspect_decimal_field`` + * ``can_introspect_duration_field`` + * ``can_introspect_ip_address_field`` + * ``can_introspect_positive_integer_field`` + * ``can_introspect_small_integer_field`` + * ``can_introspect_time_field`` + * ``introspected_big_auto_field_type`` + * ``introspected_small_auto_field_type`` + * ``introspected_boolean_field_type`` :mod:`django.contrib.gis` ------------------------- |
