Commit 2d3db92e by Chris Dodge Committed by Ned Batchelder

fix pylint

parent 44b55662
...@@ -645,6 +645,9 @@ class ProctoredExamStudentAllowanceManager(models.Manager): ...@@ -645,6 +645,9 @@ class ProctoredExamStudentAllowanceManager(models.Manager):
to enable archiving on Allowance updation. to enable archiving on Allowance updation.
""" """
def get_queryset(self): def get_queryset(self):
"""
Return a specialized queryset
"""
return QuerySetWithUpdateOverride(self.model, using=self._db) 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