mirror of
https://github.com/django/django.git
synced 2025-11-19 11:15:44 +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:
parent
6c37a2fbb2
commit
e427e6b19b
1 changed files with 0 additions and 3 deletions
|
|
@ -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.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue