[1.8.x] Added missing comma in LocMemCache example.
Backport of 9d6914da66
from master
This commit is contained in:
parent
2a334d7985
commit
9e647ce86f
|
@ -305,7 +305,7 @@ example::
|
||||||
CACHES = {
|
CACHES = {
|
||||||
'default': {
|
'default': {
|
||||||
'BACKEND': 'django.core.cache.backends.locmem.LocMemCache',
|
'BACKEND': 'django.core.cache.backends.locmem.LocMemCache',
|
||||||
'LOCATION': 'unique-snowflake'
|
'LOCATION': 'unique-snowflake',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue