Skip to content

Commit 7d89ae1

Browse files
authored
Update README with migration instructions for django CMS 4.0
1 parent e978d9b commit 7d89ae1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ Due to the nature of the changes between django CMS 3.5+ and 4.0 the package wil
1616

1717
This may require you to:
1818
- Fork or copy and modify this package to work with any bespoke requirements your project has (we may accept these changes back for popular packages as a configurable option)
19-
- Ensure that all installed packages for your project are
19+
- Ensure that all installed packages for your project are compatible with django CMS 4. If not, remove them before migrating.
20+
- `PageFields` in custom models need to have a `related_name` (since page pk change and references need to be updated). If you have page filds with a `related_name="+"`, temporarily give them a related name for the migration.
2021

2122
## Prerequisites
2223
Require knowledge of the changes and new features in 4.0:

0 commit comments

Comments
 (0)