mirror of
https://github.com/django/django.git
synced 2025-12-04 00:55:36 +00:00
Fix little typo in cache documentation
This commit is contained in:
parent
f51eab796d
commit
5a1bf7eccb
1 changed files with 1 additions and 1 deletions
|
|
@ -286,7 +286,7 @@ cache is multi-process and thread-safe. To use it, set
|
||||||
|
|
||||||
The cache :setting:`LOCATION <CACHES-LOCATION>` is used to identify individual
|
The cache :setting:`LOCATION <CACHES-LOCATION>` is used to identify individual
|
||||||
memory stores. If you only have one locmem cache, you can omit the
|
memory stores. If you only have one locmem cache, you can omit the
|
||||||
:setting:`LOCATION <CACHES-LOCATION>`; however, if you have more that one local
|
:setting:`LOCATION <CACHES-LOCATION>`; however, if you have more than one local
|
||||||
memory cache, you will need to assign a name to at least one of them in
|
memory cache, you will need to assign a name to at least one of them in
|
||||||
order to keep them separate.
|
order to keep them separate.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue