Skip to content
Snippets Groups Projects
Commit a4192086 authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Remove unnecessary django-rules objectgetter import in models

parent 135ed457
No related branches found
No related tags found
1 merge request!207Resolve "Roles and permissions"
......@@ -10,7 +10,7 @@ from django_tables2 import RequestConfig
from guardian.shortcuts import get_objects_for_user
from haystack.inputs import AutoQuery
from haystack.query import SearchQuerySet
from rules.contrib.views import permission_required, objectgetter
from rules.contrib.views import permission_required
from .decorators import person_required
from .forms import (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment