mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
add release note
This commit is contained in:
parent
74f24cd998
commit
44dcc43462
@ -432,6 +432,9 @@ Miscellaneous
|
|||||||
|
|
||||||
* Overriding existing converters with ``django.urls.register_converter()`` is
|
* Overriding existing converters with ``django.urls.register_converter()`` is
|
||||||
deprecated.
|
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
|
* The ``check`` keyword argument of ``CheckConstraint`` is deprecated in favor
|
||||||
of ``condition``.
|
of ``condition``.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user