Skip to content

Commit 8f6b3bb

Browse files
Update README.rst
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
1 parent 8f8625d commit 8f6b3bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@ adding the following to your settings::
9898
DJANGOCMS_SNIPPET_VERSIONING = True # Set to version with djangocms-versioning
9999
DJANGOCMS_SNIPPET_MODERATION = True # Set to moderate with djangocms-moderation
100100

101-
When adding versioning to djangocms-snippets, you will need to create ``Version`` objects for existing snippets
102-
using djangocms-versioning's ``create_version`` management command.
101+
If you enable versioning (e.g., set `DJANGOCMS_SNIPPET_VERSIONING = True`) for djangocms-snippets in a project that already contains snippets, you will need to create `Version` objects for those existing snippets using the `create_version` management command provided by djangocms-versioning.
103102

104103
Template tag
105104
------------

0 commit comments

Comments
 (0)