plone / plone.app.redirector

Redirects to moved content after accessing old URLs
https://pypi.python.org/pypi/plone.app.redirector
4 stars 4 forks source link

Add support for more Pythonic use #13

Closed mauritsvanrees closed 5 years ago

mauritsvanrees commented 5 years ago

Some of the methods of the RedirectionStorage can be easily registered under an extra name to allow for more Pythonic use:

We should of course keep the old name for backwards compatibility.

We could immediately replace our own usage (and usage in CMFPlone) to use the new style, but that has no hurry.

I have this almost ready.

mauritsvanrees commented 5 years ago

This was fixed 20 days ago. Closing.