Skip to content

Commit a26c443

Browse files
eagleoflqjfsbraun
authored andcommitted
correct doc about default value of DJANGOCMS_SNIPPET_CACHE (#120)
1 parent de97346 commit a26c443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ to edit the snippet content. You can customize the
8282
If dynamic content is inserted (for example ``{% show_menu ... %}``), the plugin cache must be disabled,
8383
please set ``DJANGOCMS_SNIPPET_CACHE`` to ``False`` in your settings::
8484

85-
DJANGOCMS_SNIPPET_CACHE = False # default value is True
85+
DJANGOCMS_SNIPPET_CACHE = False # default value is False
8686

8787
Migration 0010 requires the use of a user in order to create versions for existing snippets (if djangocms_versioning is installed and enabled),
8888
a user can be chosen with the setting ``DJANGOCMS_SNIPPET_VERSIONING_MIGRATION_USER_ID``, the default is 1.

0 commit comments

Comments
 (0)