mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
[3.0.x] Fixed typo in docs/releases/3.0.1.txt.
Backport of 663bb435de
from master
This commit is contained in:
parent
8af07712df
commit
314cb3a976
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ Bugfixes
|
|||
|
||||
* Fixed a regression in Django 3.0 by restoring the ability to use Django
|
||||
inside Jupyter and other environments that force an async context, by adding
|
||||
and option to disable :ref:`async-safety` mechanism with
|
||||
an option to disable :ref:`async-safety` mechanism with
|
||||
``DJANGO_ALLOW_ASYNC_UNSAFE`` environment variable (:ticket:`31056`).
|
||||
|
||||
* Fixed a regression in Django 3.0 where ``RegexPattern``, used by
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue