diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.6.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/releases/1.8.6.txt b/docs/releases/1.8.6.txt index 178d714f01..1c2af01c7d 100644 --- a/docs/releases/1.8.6.txt +++ b/docs/releases/1.8.6.txt @@ -25,3 +25,12 @@ Bugfixes * Allowed filtering over a ``RawSQL`` annotation (:ticket:`25506`). * Made the ``Concat`` database function idempotent on SQLite (:ticket:`25517`). + +* Avoided a confusing stack trace when starting :djadmin:`runserver` with an + invalid :setting:`INSTALLED_APPS` setting (:ticket:`25510`). This regression + appeared in 1.8.5 as a side effect of fixing :ticket:`24704`. + +* Made deferred models use their proxied model's ``_meta.apps`` for caching + and retrieval (:ticket:`25563`). This prevents any models generated in data + migrations using ``QuerySet.defer()`` from leaking to test and application + code. |
