Fixed typo in docs/releases/3.0.1.txt.

This commit is contained in:
Ali Mirlou 2019-12-09 10:27:36 +03:30 committed by Mariusz Felisiak
parent d8ab2c9bba
commit 663bb435de
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ Bugfixes
* Fixed a regression in Django 3.0 by restoring the ability to use Django * 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 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`). ``DJANGO_ALLOW_ASYNC_UNSAFE`` environment variable (:ticket:`31056`).
* Fixed a regression in Django 3.0 where ``RegexPattern``, used by * Fixed a regression in Django 3.0 where ``RegexPattern``, used by