1
0
mirror of https://github.com/django/django.git synced 2025-04-10 08:19:39 +00:00

add release note

This commit is contained in:
Ben Cail 2024-02-23 11:54:13 -05:00
parent 74f24cd998
commit 44dcc43462

View File

@ -432,6 +432,9 @@ Miscellaneous
* Overriding existing converters with ``django.urls.register_converter()`` is
deprecated.
* The :setting:`DEFAULT_TABLESPACE` and :setting:`DEFAULT_INDEX_TABLESPACE`
settings are deprecated. Set them in the :setting:`OPTIONS` part of your
database configuration in :setting:`DATABASES` instead.
* The ``check`` keyword argument of ``CheckConstraint`` is deprecated in favor
of ``condition``.