row level permissions in django

后端 未结 5 1887
一个人的身影
一个人的身影 2021-01-30 15:19

Is there a way to do row level permissions in django? I thought there wasn\'t but just noticed this in the docs:

Permissions can be set not only per type

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-30 15:46

    I have rolled-out a solution to this kind of problem using Django Class Based Views.

    Check out my article Django Generic Class Based Views with Object-Level Permissions Checking.

提交回复
热议问题