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 13:51:38 -0500
commit731bdfe68ae8dd332702b1838db44f0efe433e2e (patch)
tree2a025840d778a702b7e63bd079c85daea619beab /docs
parent0fb1185538aeec9004fb9c84d96b81dc2778f66a (diff)
Fixed #26155 -- Skipped URL checks if no ROOTURL_CONF setting.
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`).