diff options
| author | Tim Graham <timograham@gmail.com> | 2020-06-01 20:18:14 -0400 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-06-04 08:27:46 +0200 |
| commit | e24b63fe859c03c429ebeb7d28665f591cee22ff (patch) | |
| tree | a6749884b93c01aa0c4e311535bded8d35dbba04 /docs | |
| parent | e198beadad56d5fdd06756b097446b7046a84010 (diff) | |
Refs #31630 -- Removed DatabaseFeatures.can_introspect_autofield.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.2.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/releases/3.2.txt b/docs/releases/3.2.txt index c5f5bb7707..94084ceba8 100644 --- a/docs/releases/3.2.txt +++ b/docs/releases/3.2.txt @@ -250,6 +250,7 @@ backends. * The new ``DatabaseFeatures.introspected_field_types`` property replaces these features: + * ``can_introspect_autofield`` * ``can_introspect_big_integer_field`` * ``can_introspect_binary_field`` * ``can_introspect_decimal_field`` |
