1
0
mirror of https://github.com/django/django.git synced 2025-07-17 08:09:13 +00:00

[3.0.x] Fixed #31814 -- Fixed typo in docs/ref/settings.txt.

Backport of f65454801bfa13fc043fee0aca8f49af41380683 from master
This commit is contained in:
Buk Bukowski 2020-07-22 22:38:27 +02:00 committed by Mariusz Felisiak
parent 76b7b3a778
commit f4b7996e9b

View File

@ -246,7 +246,7 @@ See the :ref:`cache documentation <cache_versioning>` for more information.
``CACHE_MIDDLEWARE_ALIAS``
--------------------------
Default: ``default``
Default: ``'default'``
The cache connection to use for the :ref:`cache middleware
<the-per-site-cache>`.