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 4e62d3b commit 8f8625dCopy full SHA for 8f8625d
README.rst
@@ -98,8 +98,8 @@ adding the following to your settings::
98
DJANGOCMS_SNIPPET_VERSIONING = True # Set to version with djangocms-versioning
99
DJANGOCMS_SNIPPET_MODERATION = True # Set to moderate with djangocms-moderation
100
101
-When adding versioning to djangocms-snippets, you will need to create ``Version`` objects using
102
-djangocms-versioning's ``create_version`` management command.
+When adding versioning to djangocms-snippets, you will need to create ``Version`` objects for existing snippets
+using djangocms-versioning's ``create_version`` management command.
103
104
Template tag
105
------------
0 commit comments