Files @ a6405ccfc7f5
Branch filter:

Location: symposion_app/requirements/base.txt

Scott Bragg
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
Django>=1.9.2
django-appconf==1.0.1
django-model-utils==2.4.0
django-reversion==1.10.1
django-sitetree==1.5.1
django-taggit==0.18.0
django-timezone-field==1.3
django-user-accounts==1.3.1
easy-thumbnails==2.3
html5lib==0.9999999
markdown==2.6.5
pytz==2015.7