You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,8 @@ Due to the nature of the changes between django CMS 3.5+ and 4.0 the package wil
16
16
17
17
This may require you to:
18
18
- 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.
20
21
21
22
## Prerequisites
22
23
Require knowledge of the changes and new features in 4.0:
0 commit comments