]> git.parisson.com Git - teleforma.git/commitdiff
fix script order
authorGuillaume Pellerin <yomguy@parisson.com>
Wed, 16 Jul 2014 22:00:28 +0000 (00:00 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Wed, 16 Jul 2014 22:00:28 +0000 (00:00 +0200)
teleforma/exam/models.py

index 59af3ebb0ff23245c3774dcc845d79b0cab2dec9..2d354199b83182ab12e4f5712c0283b7a1743ee3 100644 (file)
@@ -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):