Fixed typo in docs/releases/3.0.1.txt.
This commit is contained in:
parent
d8ab2c9bba
commit
663bb435de
|
@ -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…
Reference in New Issue