Skip to content

Commit 0f373a6

Browse files
chore: update README.rst to include information about cms 3.1 upgrades
1 parent daea09b commit 0f373a6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.rst

+8
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,14 @@ Known Issues
121121

122122
When adding a snippet with the `object` or `embed` tag as root element, the CMS toolbar crashes, making any further editing of the page difficult or impossible. A workaround is to just put those elements inside a `div` tag.
123123

124+
**Versioning for djangocms-snippet installations that migrated to version 5.0.0 on django CMS 3.11**
125+
126+
If you are upgrading from a django CMS 3.11 installation to django CMS 4.1 or later, please be aware of the following:
127+
128+
While `djangocms-snippet` includes a migration (``0010_cms4_grouper_version_data_migration``) designed to create initial versions for existing snippets when `djangocms_versioning` is enabled, this migration may not retroactively apply versioning to snippets that existed in a django CMS 3.11 environment if you already migrated to `djangocms-snippet` version 5.0.0.
129+
Therefore, if you are upgrading from a django CMS 3.11 with `djangocms_snippet` already at version 5.0.0, you will currently not be able to enable versioning for your snippets.
130+
This might be fixed in a future release.
131+
124132

125133
Running Tests
126134
-------------

0 commit comments

Comments
 (0)