Fixed #16727 -- Added protocol-relative URL support to contenttypes.views.shortcut.

This commit is contained in:
Thomas Sorrel 2014-03-02 21:46:51 +01:00 committed by Baptiste Mispelon
parent 7bbb6958dc
commit 53c576452e
5 changed files with 50 additions and 2 deletions

View file

@ -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