1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #26155 -- Skipped URL checks if no ROOTURL_CONF setting.

This commit is contained in:
Buddy Lindsey, Jr
2016-02-01 11:24:33 -06:00
committed by Tim Graham
parent 0fb1185538
commit 731bdfe68a
3 changed files with 16 additions and 4 deletions

View File

@@ -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`).