You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be a ModelMixin that models can inherit from that has the basic methods: has_read_permission, has_write_permission, has_object_read_permission, and has_object_write_permission. The object versions should return the non-object version return value by default and the non-object versions should raise a NotImplemented exception or return False by default.
The text was updated successfully, but these errors were encountered:
There should be a ModelMixin that models can inherit from that has the basic methods:
has_read_permission
,has_write_permission
,has_object_read_permission
, andhas_object_write_permission
. The object versions should return the non-object version return value by default and the non-object versions should raise aNotImplemented
exception or returnFalse
by default.The text was updated successfully, but these errors were encountered: