From: certifiedloud Date: Wed, 30 Jul 2014 22:25:56 +0000 (-0600) Subject: white space change X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=6456dc86fdb02c5c6fc62bf2cd2f6677a0bf96ef;p=django_quiz.git white space change --- diff --git a/quiz/models.py b/quiz/models.py index c902497..be51c9b 100644 --- a/quiz/models.py +++ b/quiz/models.py @@ -473,7 +473,6 @@ class Question(models.Model): "you want displayed", verbose_name='Question') - explanation = models.TextField(max_length=2000, blank=True, help_text="Explanation to be shown "