1004: [RFE] Integrate review groups with Django groups
- WontFix
- Review Board
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.
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
This probably goes along with the policy enhancement in #1008. That way the policy can be controlled via the standard Django mechanisms.