diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-11-28 20:04:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-28 20:04:21 +0100 |
| commit | a4931cd75a1780923b02e43475ba5447df3adb31 (patch) | |
| tree | df3412eb589599430990d1efa010dd999884ff68 /docs/internals | |
| parent | 5f9e5c1b0d5680f793ba7646d52ffab9e2c3623f (diff) | |
Refs #34380 -- Added FORMS_URLFIELD_ASSUME_HTTPS transitional setting.
This allows early adoption of the new default "https".
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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 <deprecated-features-5.1>` for more details on these changes. |
