• Jim Fulton's avatar
    Added a new protocol for overriding the "super cannot create" rule. · 10eac4ab
    Jim Fulton authored
    An object (typically a class) can define a __creatable_by_super__
    method that returns a true object if the object can be created by
    the superuser. This was needed so that user folders (BasicUserFolder)
    could make themselves addable by super for bootstrapping purposes.
    10eac4ab
Owned.py 10.9 KB