diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.1.5.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/3.1.5.txt b/docs/releases/3.1.5.txt index 0d11118446..eea060d112 100644 --- a/docs/releases/3.1.5.txt +++ b/docs/releases/3.1.5.txt @@ -12,3 +12,7 @@ Bugfixes * Fixed ``__isnull=True`` lookup on key transforms for :class:`~django.db.models.JSONField` with Oracle and SQLite (:ticket:`32252`). + +* Fixed a bug in Django 3.1 that caused a crash when processing middlewares in + an async context with a middleware that raises a ``MiddlewareNotUsed`` + exception (:ticket:`32299`). |
