mirror of
https://github.com/django/django.git
synced 2025-07-26 06:34:13 +00:00
Added missing "in" in sentence.
This commit is contained in:
parent
df27803a55
commit
2c5c422d34
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ the cache:
|
|||
|
||||
* Set :setting:`SESSION_ENGINE` to
|
||||
``"django.contrib.sessions.backends.cache"`` for a simple caching session
|
||||
store. Session data will be stored directly your cache. However, session
|
||||
store. Session data will be stored directly in your cache. However, session
|
||||
data may not be persistent: cached data can be evicted if the cache fills
|
||||
up or if the cache server is restarted.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue