plone / plone.app.content

Various views for Plone, such as folder_contents, as well as general content infrastructure, such as base classes and name choosers.
https://pypi.org/project/plone.app.content/
7 stars 32 forks source link

Avoid a deprecation warning #210

Closed gforcada closed 4 years ago

gforcada commented 4 years ago

The first release of p.a.z3cform with this import is 3.1.0 released on May 2nd 2019, only Plone 5.2.x series includes that version or newer.

mister-roboto commented 4 years ago

@gforcada thanks for creating this Pull Request and help improve Plone!

To ensure that these changes do not break other parts of Plone, the Plone test suite matrix needs to pass.

Whenever you feel that the pull request is ready to be tested, either start all jenkins jobs pull requests by yourself, or simply add a comment in this pull request stating:

@jenkins-plone-org please run jobs

With this simple comment all the jobs will be started automatically.

Happy hacking!

gforcada commented 4 years ago

I leave it up to the reviewer to run the tests