From 2d34ebe49a25d0974392583d5bbd954baf742a32 Mon Sep 17 00:00:00 2001 From: Simon Charette Date: Tue, 17 Dec 2024 23:38:23 -0500 Subject: 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. --- docs/internals/deprecation.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/internals') 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 ` 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 -- cgit v1.3