Coverage for django_roles_access/mixin.py : 100%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
""" A mixin that user access_by_role decorator for dispatch method. """
def dispatch(self, request, *args, **kwargs): |