From 190cd0e49f967d2ec0b6c50a63f0d58d13319611 Mon Sep 17 00:00:00 2001 From: Alasdair Nicol Date: Mon, 19 Sep 2016 21:18:41 +0100 Subject: [1.10.x] Fixed #27238 -- Disabled check_pattern_startswith_slash if settings.APPEND_SLASH=False. Thanks strycore for the report and timgraham for suggesting the solution. Backport of 911d9f4ed1a39f945769b7198a419850378f9824 from master --- docs/releases/1.10.2.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.10.2.txt b/docs/releases/1.10.2.txt index bc11980053..8c031d37f5 100644 --- a/docs/releases/1.10.2.txt +++ b/docs/releases/1.10.2.txt @@ -14,3 +14,6 @@ Bugfixes * Allowed combining ``contrib.postgres.search.SearchQuery`` with more than one ``&`` or ``|`` operators (:ticket:`27143`). + +* Disabled system check for URL patterns beginning with a '/' when + ``APPEND_SLASH=False`` (:ticket:`27238`). -- cgit v1.3