1004: [RFE] Integrate review groups with Django groups

ivazq******@gmai***** (Google Code) (Is this you? Claim this profile.)
May 20, 2009
Derive review.models.Group from django.contrib.auth.models.Group so that
Django permissions can be applied to them.
chipx86
#1 chipx86
We won't be changing the groups in this way, as the schema changes are pretty hefty.
Also, we want separate concepts of permission and review groups.

Which Django permissions are you hoping to get? We could always add permissions for
our Group.
  • +NeedInfo
  • -Type-Defect
    +Type-Enhancement
#2 ivazq******@gmai***** (Google Code) (Is this you? Claim this profile.)
This probably goes along with the policy enhancement in #1008. That way the policy
can be controlled via the standard Django mechanisms.
david
#3 david
Using django permissions as policy is a possibility. Given that we have other bugs
which address this, I'm going to close this specific request.
  • -NeedInfo
    +WontFix