Would this hack for per-object permissions in django work?
- by Edward
According to the documentation, a class can have the meta option permissions, described as such:
Options.permissions
Extra permissions to enter into the permissions table when creating this object. Add, delete and change permissions are automatically created for each object that has admin set. This example specifies an extra permission,…