From 53c576452e2e8feef857cd67a5c17f9159d95eb6 Mon Sep 17 00:00:00 2001 From: Thomas Sorrel Date: Sun, 2 Mar 2014 21:46:51 +0100 Subject: Fixed #16727 -- Added protocol-relative URL support to contenttypes.views.shortcut. --- docs/releases/1.7.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.7.txt b/docs/releases/1.7.txt index 305cf6da66..a8bf154421 100644 --- a/docs/releases/1.7.txt +++ b/docs/releases/1.7.txt @@ -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 -- cgit v1.3