summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorCarlton Gibson <carlton.gibson@noumenal.es>2021-04-29 10:59:14 +0200
committerCarlton Gibson <carlton.gibson@noumenal.es>2021-04-29 13:53:56 +0200
commit907d3a7ff4e12ad4ccc86af26a728007fe4d6fa2 (patch)
tree4d2261d898aa8199a088c71f59d942955cfc5332 /docs/releases
parentbaba733dccadf1bdd2a53e5bc9ec7a3ac7ade589 (diff)
Refs #32674 -- Noted that auto-created through table PKs cannot be automatically migrated.
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/3.2.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/releases/3.2.txt b/docs/releases/3.2.txt
index c1447593fd..828add0fea 100644
--- a/docs/releases/3.2.txt
+++ b/docs/releases/3.2.txt
@@ -95,6 +95,11 @@ or on a per-model basis::
In anticipation of the changing default, a system check will provide a warning
if you do not have an explicit setting for :setting:`DEFAULT_AUTO_FIELD`.
+When changing the value of :setting:`DEFAULT_AUTO_FIELD`, migrations for the
+primary key of existing auto-created through tables cannot be generated
+currently. See the :setting:`DEFAULT_AUTO_FIELD` docs for details on migrating
+such tables.
+
.. _new_functional_indexes:
Functional indexes