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: docs/backend/upgrading/intro.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ Using [collective.exportimport](https://pypi.org/project/collective.exportimport
91
91
92
92
### Plone 5.2: Support for Python 3
93
93
94
-
Plone 5.2 added support for Python 3 while Plone 6 dropped support for Python 2.
94
+
Plone 5.2 added support for Python 3 while Plone 6.0 dropped support for Python 2.
95
95
This means that you can use Plone 5.2 to upgrade to Python 3.
96
96
97
97
This requires that you run Plone in Python 3 and only use code that supports Python 3. It also requires that you migrate the database in a separate step from Python 2 to 3 while Plone is not running.
@@ -100,8 +100,8 @@ See the chapters {ref}`migrating-52-to-python3-label` and {ref}`migrate-zodb-to-
100
100
101
101
Using [collective.exportimport](https://pypi.org/project/collective.exportimport/) you can export content in Python 2 and import it in Python 3.
102
102
103
-
### Plone6: Volto as new frontend
103
+
### Plone 6.0: Volto as new frontend
104
104
105
-
Plone 6 comes with a new default frontend called {term}`Volto` which is written in React and expects some subtle but important changes.
105
+
Plone 6.0 comes with a new default frontend called {term}`Volto` which is written in React and expects some subtle but important changes.
106
106
107
107
See {ref}`backend-migrate-to-volto-label` for these specialized migration-steps.
0 commit comments