Added a new protocol for overriding the "super cannot create" rule.
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.
Showing
Please register or sign in to comment