mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
Fixed #16727 -- Added protocol-relative URL support to contenttypes.views.shortcut.
This commit is contained in:
parent
7bbb6958dc
commit
53c576452e
5 changed files with 50 additions and 2 deletions
|
@ -1147,6 +1147,9 @@ Miscellaneous
|
|||
``django.utils.translation.trans_real.get_supported_language_variant()``
|
||||
now no longer have a ``supported`` argument.
|
||||
|
||||
* The ``shortcut`` view in ``django.contrib.contenttypes.views`` now supports
|
||||
protocol-relative URLs (e.g. ``//example.com``).
|
||||
|
||||
.. _deprecated-features-1.7:
|
||||
|
||||
Features deprecated in 1.7
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue