Fix I'm the emitter button
This commit is contained in:
parent
48407cacf8
commit
89b2ff52e3
3 changed files with 6 additions and 4 deletions
|
|
@ -78,7 +78,6 @@ class PermissionQueryTestCase(TestCase):
|
|||
query = instanced.query
|
||||
model = perm.model.model_class()
|
||||
model.objects.filter(query).all()
|
||||
# print("Good query for permission", perm)
|
||||
except (FieldError, AttributeError, ValueError, TypeError, JSONDecodeError):
|
||||
print("Query error for permission", perm)
|
||||
print("Query:", perm.query)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue