summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-12-18 19:14:30 -0500
committerTim Graham <timograham@gmail.com>2015-12-18 19:14:30 -0500
commit7a59910c377f87ae70754090d9561ace404ca7f5 (patch)
tree6743cfa01a30e09e22347ef852cfb2222e014f8a /docs
parent549eb35d5f753860388c3f42b9ec80a3c50f6243 (diff)
Refs #25510 -- Forwardport of 1.9.1 release note.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.9.1.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/releases/1.9.1.txt b/docs/releases/1.9.1.txt
index d5bfdd2739..905f207d6a 100644
--- a/docs/releases/1.9.1.txt
+++ b/docs/releases/1.9.1.txt
@@ -53,3 +53,8 @@ Bugfixes
* Fixed a regression which prevented using a language not in Django's default
language list (:setting:`LANGUAGES`) (:ticket:`25915`).
+
+* Avoided hiding some exceptions, like an invalid ``INSTALLED_APPS`` setting,
+ behind ``AppRegistryNotReady`` when starting ``runserver`` (:ticket:`25510`).
+ This regression appeared in 1.8.5 as a side effect of fixing :ticket:`24704`
+ and by mistake the fix wasn't applied to the ``stable/1.9.x`` branch.