summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2020-06-01 20:18:14 -0400
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-06-04 08:27:46 +0200
commite24b63fe859c03c429ebeb7d28665f591cee22ff (patch)
treea6749884b93c01aa0c4e311535bded8d35dbba04 /docs
parente198beadad56d5fdd06756b097446b7046a84010 (diff)
Refs #31630 -- Removed DatabaseFeatures.can_introspect_autofield.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.2.txt1
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``