summaryrefslogtreecommitdiff
path: root/yaksh/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'yaksh/models.py')
-rw-r--r--yaksh/models.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/yaksh/models.py b/yaksh/models.py
index 60b09c5..1e5492c 100644
--- a/yaksh/models.py
+++ b/yaksh/models.py
@@ -2397,7 +2397,4 @@ class TestCaseOrder(models.Model):
# Order of the test case for a question.
order = models.TextField()
- class Meta:
- unique_together = ("answer_paper", "question", "order")
-
##############################################################################