From: Guillaume Pellerin Date: Wed, 16 Jul 2014 22:00:28 +0000 (+0200) Subject: fix script order X-Git-Tag: 1.1~421 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=1789fed6373f4d2b4eb73150598389a7d82c9dda;p=teleforma.git fix script order --- diff --git a/teleforma/exam/models.py b/teleforma/exam/models.py index 59af3ebb..2d354199 100644 --- a/teleforma/exam/models.py +++ b/teleforma/exam/models.py @@ -211,7 +211,7 @@ class Script(BaseResource): class Meta(MetaCore): verbose_name = _('Script') verbose_name_plural = _('Scripts') - ordering = ['-date_submitted'] + ordering = ['-date_added'] @property def box_admin_url(self):