summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBuddy Lindsey, Jr <buddy@buddylindsey.com>2016-02-01 11:24:33 -0600
committerTim Graham <timograham@gmail.com>2016-02-01 14:00:08 -0500
commit3a063b0dcc54458731e0c4c5b2eef0032ddd41b2 (patch)
tree479b869109b7c5dfb23c421e04e9dbbffa6f40d1 /docs
parentfe41a134bcecd0fc7b6905a46bf055fca100fe28 (diff)
[1.9.x] Fixed #26155 -- Skipped URL checks if no ROOTURL_CONF setting.
Backport of 731bdfe68ae8dd332702b1838db44f0efe433e2e from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.9.3.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/1.9.3.txt b/docs/releases/1.9.3.txt
index 6ded7fb256..8686f32c5c 100644
--- a/docs/releases/1.9.3.txt
+++ b/docs/releases/1.9.3.txt
@@ -9,4 +9,5 @@ Django 1.9.3 fixes several bugs in 1.9.2.
Bugfixes
========
-* ...
+* Skipped URL checks (new in 1.9) if the ``ROOT_URLCONF`` setting isn't defined
+ (:ticket:`26155`).