diff options
| author | Coen van der Kamp <coen@fourdigits.nl> | 2023-03-08 20:12:34 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-04-28 06:58:10 +0200 |
| commit | 7bbbadc69383f0a2b99253e153b974f8783e876d (patch) | |
| tree | f0e4e8a38904aa9772fdae066dbda9dfd41d08b6 /docs/internals | |
| parent | 070cbac0dbf6a09b55aad322137ab168b75bf56b (diff) | |
Fixed #34380 -- Allowed specifying a default URL scheme in forms.URLField.
This also deprecates "http" as the default scheme.
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index bb35bd4805..b27348adb0 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -32,6 +32,9 @@ details on these changes. * The ``ForeignObject.get_reverse_joining_columns()`` method will be removed. +* The default scheme for ``forms.URLField`` will change from ``"http"`` to + ``"https"``. + .. _deprecation-removed-in-5.1: 5.1 |
