Skip to content

Commit

Permalink
Fix persistent AccessRule instances. (#330)
Browse files Browse the repository at this point in the history
Fixes #321.
  • Loading branch information
Michael Howitz committed Oct 11, 2018
1 parent 2d86e38 commit 616c169
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Expand Up @@ -84,6 +84,10 @@ Bugfixes
to interact well with plone.testing's patching of the global site manager.
(`#361 <https://github.com/zopefoundation/Zope/pull/361>`_)

- Add a backwards compatible shim for ``AccessRule`` which was removed in 4.0a1
but can exist in legacy databases.
(`#321 <https://github.com/zopefoundation/Zope/issue/321>`_)


4.0b5 (2018-05-18)
------------------
Expand Down
2 changes: 2 additions & 0 deletions src/Products/SiteAccess/AccessRule.py
@@ -0,0 +1,2 @@
# BBB
from ZPublisher.BeforeTraverse import NameCaller as AccessRule # noqa: F401

0 comments on commit 616c169

Please sign in to comment.