diff options
| author | Nik Nyby <nnyby@columbia.edu> | 2015-04-24 16:07:53 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-04-24 20:29:07 -0400 |
| commit | 9d6914da668d9a38537d4c29e3601f06dd830477 (patch) | |
| tree | 4de87bc3ed1794d808e9a3b4aa7dc0481dd43c9f /docs | |
| parent | 8a1824d465a551b44376f17c01ef142cc036e863 (diff) | |
Added missing comma in LocMemCache example.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/cache.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/cache.txt b/docs/topics/cache.txt index 1a21eab164..ee8c30cfef 100644 --- a/docs/topics/cache.txt +++ b/docs/topics/cache.txt @@ -301,7 +301,7 @@ example:: CACHES = { 'default': { 'BACKEND': 'django.core.cache.backends.locmem.LocMemCache', - 'LOCATION': 'unique-snowflake' + 'LOCATION': 'unique-snowflake', } } |
