diff options
| author | Thomas Sorrel <thomas@pandeiro.fr> | 2014-03-02 21:46:51 +0100 |
|---|---|---|
| committer | Baptiste Mispelon <bmispelon@gmail.com> | 2014-03-03 22:57:06 +0100 |
| commit | 53c576452e2e8feef857cd67a5c17f9159d95eb6 (patch) | |
| tree | 85e1a9f0fb60994a4743399684e4b65bd806bd9b /docs | |
| parent | 7bbb6958dcb6a450f926e5bb49b07391f801aef1 (diff) | |
Fixed #16727 -- Added protocol-relative URL support to contenttypes.views.shortcut.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
