Sorry for the confusing name. I tried to make it less detailed, but ...
I am wondering: does Django add new row-level permissions (a) to fix the design problem that comes with applications with multiple tenants (I do not mean several users, but several instances working with the same db / db scheme), or it is (b) just a more complex version of permissions that allows you to manage row-level permissions based on the standard User and Auth applications.
(i.e. I want to restrict access to objects a, b, c of this account and d, e, f for this VS account, the user can access the title of the blog post, but not the content)
source share