From a4931cd75a1780923b02e43475ba5447df3adb31 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Tue, 28 Nov 2023 20:04:21 +0100 Subject: Refs #34380 -- Added FORMS_URLFIELD_ASSUME_HTTPS transitional setting. This allows early adoption of the new default "https". --- docs/internals/deprecation.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index dd6712e936..edda364b73 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -53,6 +53,8 @@ details on these changes. * ``get_prefetcher()`` and ``prefetch_related_objects()`` will no longer fallback to ``get_prefetch_queryset()``. +* The ``FORMS_URLFIELD_ASSUME_HTTPS`` transitional setting will be removed. + See the :ref:`Django 5.1 release notes ` for more details on these changes. -- cgit v1.3