Skip to content

Commit

Permalink
Merge pull request #3642 from plone/3641.bugfix
Browse files Browse the repository at this point in the history
Fix aliased helpers
  • Loading branch information
ale-rt authored Sep 15, 2022
2 parents 61f5039 + a45941a commit b5eb938
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Products/CMFPlone/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@

deprecated_import(
"Import from plone.namedfile.utils instead (will be removed in Plone 7)",
getHighPixelDensityScales="plone.namedfile.utils.getHighPixelDensityScales",
getAllowedSizes="plone.namedfile.utils.getAllowedSizes",
getQuality="plone.namedfile.utils.getQuality",
getHighPixelDensityScales="plone.namedfile.utils:getHighPixelDensityScales",
getAllowedSizes="plone.namedfile.utils:getAllowedSizes",
getQuality="plone.namedfile.utils:getQuality",
)

@deprecate("Use plone.base.utils.safe_bytes instead (will be removed in Plone 7)")
Expand Down
2 changes: 2 additions & 0 deletions news/3641.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Fix aliased helpers
[ale-rt]

0 comments on commit b5eb938

Please sign in to comment.