From 14b1408c291c644ec5748e029ac1ae39e9ac3913 Mon Sep 17 00:00:00 2001 From: maheshgudi Date: Fri, 13 May 2016 18:46:46 +0530 Subject: fixed model manager method name changes in testcases --- yaksh/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yaksh/models.py') diff --git a/yaksh/models.py b/yaksh/models.py index 1875fd2..3a2506c 100644 --- a/yaksh/models.py +++ b/yaksh/models.py @@ -421,7 +421,7 @@ class QuestionPaperManager(models.Manager): def create_trial_paper_to_test_questions(self, trial_quiz, questions_list): - """Creates a trial question paper to test selected questions""" + """Creates a trial question paper to test selected questions""" if questions_list is not None: trial_questionpaper=self.create(quiz=trial_quiz, total_marks=10, -- cgit