summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorSimon Charette <charette.s@gmail.com>2024-12-17 23:38:23 -0500
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2025-02-16 08:43:42 +0100
commit2d34ebe49a25d0974392583d5bbd954baf742a32 (patch)
tree2d1803e68dadb701615094010310081b6ea9fd23 /docs/internals
parent99ac8e2589ea978c1c80ff66b4536814121f77dd (diff)
Refs #35967 -- Deprecated BaseDatabaseCreation.create_test_db(serialize).
Given there are no longer any internal usages of serialize=True and it poses a risk to non-test databases integrity it seems appropriate to deprecate it.
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index e29c554f95..0a8ccaa20a 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -15,6 +15,9 @@ about each item can often be found in the release notes of two versions prior.
See the :ref:`Django 6.0 release notes <deprecated-features-6.0>` for more
details on these changes.
+* The ``serialize`` keyword argument of
+ ``BaseDatabaseCreation.create_test_db()`` will be removed.
+
.. _deprecation-removed-in-6.1:
6.1