summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.10.2.txt3
1 files changed, 3 insertions, 0 deletions
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`).