mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed #36000 -- Deprecated HTTP as the default protocol in urlize and urlizetrunc.
This commit is contained in:
parent
ed1e7c02c9
commit
ec7044c706
9 changed files with 141 additions and 38 deletions
|
@ -23,6 +23,11 @@ details on these changes.
|
|||
* The ``django.contrib.postgres.aggregates.mixins.OrderableAggMixin`` class
|
||||
will be removed.
|
||||
|
||||
* The default protocol in ``urlize`` and ``urlizetrunc`` template filters will
|
||||
change from HTTP to HTTPS.
|
||||
|
||||
* The ``URLIZE_ASSUME_HTTPS`` transitional setting will be removed.
|
||||
|
||||
.. _deprecation-removed-in-6.1:
|
||||
|
||||
6.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue