diff options
| author | Ali Mirlou <alimirlou@gmail.com> | 2019-12-09 10:27:36 +0330 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-12-09 07:58:33 +0100 |
| commit | 314cb3a976ef642b8b941a47da90d0277eaa0038 (patch) | |
| tree | 0425611c460b3dad1d37c846cd4789839e4badfc | |
| parent | 8af07712df54efbd1d3d9130ab90236f530278c1 (diff) | |
[3.0.x] Fixed typo in docs/releases/3.0.1.txt.
Backport of 663bb435deb1d6c407818dacfdcddd458e9b60c6 from master
| -rw-r--r-- | docs/releases/3.0.1.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/3.0.1.txt b/docs/releases/3.0.1.txt index e5ec2c70d5..c81dbcb8ef 100644 --- a/docs/releases/3.0.1.txt +++ b/docs/releases/3.0.1.txt @@ -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 |
