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

Remove compatibility code for Archetypes and older Pythons and Plones #215

Closed mauritsvanrees closed 3 years ago

mauritsvanrees commented 3 years ago

Note that master is already only used on Plone 6, so we can safely cleanup. This removes Archetypes, fixes deprecation warnings, removes six, removes no longer needed compatibility imports, and fixes a few flake8 warnings. (The remaining flake8 warnings could be fixed by calling black.)

If the diff is too large, you can look at the individual commits, most of which are small.

mauritsvanrees commented 3 years ago

Did this comment work for Plone 6? @jenkins-plone-org please run jobs

Update: no. I will start them by hand.