Commit a422aa40 by Chris Dodge Committed by muzaffaryousaf

fix pylint

parent d8e56871
......@@ -638,6 +638,9 @@ class ProctoredExamStudentAllowanceManager(models.Manager):
to enable archiving on Allowance updation.
"""
def get_queryset(self):
"""
Return a specialized queryset
"""
return QuerySetWithUpdateOverride(self.model, using=self._db)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment