Skip to content

Commit f3d6a03

Browse files
committed
GenericSetup is an inline literal
1 parent 1629862 commit f3d6a03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/backend/upgrading/version-specific-migration/upgrade-to-51.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ Nothing changes.
142142
#### For Developers
143143

144144
The add-ons control panel in Plone 5.1 no longer supports installation or uninstallation code in `Extensions/install.py` or `Extensions/Install.py`.
145-
If you have such code, you must switch to a GenericSetup profile.
146-
GenericSetup is already the preferred way of writing installation code since Plone 3.
145+
If you have such code, you must switch to a `GenericSetup` profile.
146+
`GenericSetup` is already the preferred way of writing installation code since Plone 3.
147147
If you must use the old way, you can still use the `portal_quickinstaller` in the Management Interface.
148148

149149
The `portal_quickinstaller` is scheduled to go away completely in Plone 6.

0 commit comments

Comments
 (0)