From 1789fed6373f4d2b4eb73150598389a7d82c9dda Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 17 Jul 2014 00:00:28 +0200 Subject: [PATCH] fix script order --- teleforma/exam/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.39.5