]> git.parisson.com Git - teleforma.git/commitdiff
invert script ordering
authorGuillaume Pellerin <yomguy@parisson.com>
Sat, 19 Jul 2014 15:29:18 +0000 (17:29 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Sat, 19 Jul 2014 15:29:18 +0000 (17:29 +0200)
teleforma/exam/models.py

index d38a10dfadcd7d5cea2c9eec9f091ddec2416c5d..865ad457b8dabeb64c95e7452bccea3083025ac8 100644 (file)
@@ -215,7 +215,7 @@ class Script(BaseResource):
     class Meta(MetaCore):
         verbose_name = _('Script')
         verbose_name_plural = _('Scripts')
-        ordering = ['-date_added']
+        ordering = ['date_added']
 
     @property
     def box_admin_url(self):