symposion_app/symposion/teams
Scott Bragg a6405ccfc7 Fix team permissions backend not pulling out manager_permissions
Something like
request.user.has_perm('reviews.can_manage_%s' % proposal.kind.section.slug)

Will aways return false as the backend does a lookup of team membership
(member or manager) but only grabs the 'permissions' and not the
'manager_permissions' field
2016-06-13 21:21:21 +10:00
..
migrations Massively upgrade symposion 2015-10-16 12:37:35 -05:00
templatetags Fix flake8 warnings 2014-07-30 15:19:26 -03:00
__init__.py Namespace the apps 2014-12-18 08:19:01 -06:00
admin.py Update for BI changes in django-reversion 2016-02-27 16:38:27 -06:00
backends.py Fix team permissions backend not pulling out manager_permissions 2016-06-13 21:21:21 +10:00
forms.py Merge branch 'i18n-all' of https://github.com/miurahr/symposion into miurahr-i18n-all 2015-09-08 15:07:24 -05:00
models.py Update for BI changes in django-reversion 2016-02-27 16:38:27 -06:00
urls.py Drop deprecated url patterns format 2016-02-27 16:54:42 -06:00
views.py Massively upgrade symposion 2015-10-16 12:37:35 -05:00