From d63a5704208e43f0defc205d17355f63f91cafb9 Mon Sep 17 00:00:00 2001 From: Alban Bochsler Date: Wed, 1 Oct 2025 17:23:09 +0200 Subject: [PATCH] Update README.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 96706cc..6925a4b 100644 --- a/README.rst +++ b/README.rst @@ -95,8 +95,8 @@ django CMS 4 and later If you use djangocms-versioning or djangocms-moderation, you can have snippets versioned and moderated by adding the following to your settings:: - DJANGOCMS_SNIPPET_VERSIONING = True # Set to version with djangocms-versioning - DJANGOCMS_SNIPPET_MODERATION = True # Set to moderate with djangocms-moderation + DJANGOCMS_SNIPPET_VERSIONING_ENABLED = True # Set to version with djangocms-versioning + DJANGOCMS_SNIPPET_MODERATION_ENABLED = True # Set to moderate with djangocms-moderation 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.