summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
author사재혁 <wogur981208@gmail.com>2025-09-02 04:31:21 +0900
committerGitHub <noreply@github.com>2025-09-01 21:31:21 +0200
commite427e6b19b7a9e479e079700e4140573d40f6121 (patch)
treebf8600049a68e6cfadae2d052e22a0164186229e /docs
parent6c37a2fbb2c4a132362728b309f1eb1ef9113cb7 (diff)
Refs #35967 -- Removed deprecation note from backwards incompatible changes in 6.0 release notes.
Signed-off-by: SaJH <wogur981208@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/6.0.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/releases/6.0.txt b/docs/releases/6.0.txt
index c36ff20848..df33e06b07 100644
--- a/docs/releases/6.0.txt
+++ b/docs/releases/6.0.txt
@@ -397,9 +397,6 @@ Database backend API
This section describes changes that may be needed in third-party database
backends.
-* ``BaseDatabaseCreation.create_test_db(serialize)`` is deprecated. Use
- ``serialize_db_to_string()`` instead.
-
* :class:`~django.db.backends.base.schema.BaseDatabaseSchemaEditor` and
PostgreSQL backends no longer use ``CASCADE`` when dropping a column.