We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1063fba commit 5a835f3Copy full SHA for 5a835f3
docs/index.rst
@@ -64,6 +64,12 @@ Next, add the cache configuration to your ``settings.py`` as follows:
64
# Tell select2 which cache configuration to use:
65
SELECT2_CACHE_BACKEND = "select2"
66
67
+.. note::
68
+ A custom timeout for your cache backend, will serve as an indirect session limit.
69
+ Auto select fields will stop working after, once the cache has expired.
70
+ It's recommended to use a dedicated cache database with an adequate
71
+ cache replacement policy such as LRU, FILO, etc.
72
+
73
74
External Dependencies
75
---------------------
0 commit comments