]> git.parisson.com Git - teleforma.git/commitdiff
ivnerse script order
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Wed, 18 Mar 2026 12:12:33 +0000 (13:12 +0100)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Wed, 18 Mar 2026 12:12:33 +0000 (13:12 +0100)
teleforma/exam/models.py

index ce22724d208bd4cee67f036c49c22e28e69bb7c1..bc6de41e3783a7739e413cd8f558fc75ec392342 100755 (executable)
@@ -312,7 +312,7 @@ class Script(BaseResource):
     class Meta(MetaCore):
         verbose_name = _('Script')
         verbose_name_plural = _('Scripts')
-        ordering = ['date_added']
+        ordering = ['-date_added']
 
     def auto_set_corrector(self):