1
0
mirror of https://github.com/django/django.git synced 2025-10-09 14:59:24 +00:00

Refs #35967 -- Removed deprecation note from backwards incompatible changes in 6.0 release notes.

Signed-off-by: SaJH <wogur981208@gmail.com>
This commit is contained in:
사재혁 2025-09-02 04:31:21 +09:00 committed by GitHub
parent 6c37a2fbb2
commit e427e6b19b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -397,9 +397,6 @@ Database backend API
This section describes changes that may be needed in third-party database This section describes changes that may be needed in third-party database
backends. backends.
* ``BaseDatabaseCreation.create_test_db(serialize)`` is deprecated. Use
``serialize_db_to_string()`` instead.
* :class:`~django.db.backends.base.schema.BaseDatabaseSchemaEditor` and * :class:`~django.db.backends.base.schema.BaseDatabaseSchemaEditor` and
PostgreSQL backends no longer use ``CASCADE`` when dropping a column. PostgreSQL backends no longer use ``CASCADE`` when dropping a column.