]> git.parisson.com Git - teleforma.git/commitdiff
try bugfix
authorGuillaume Pellerin <yomguy@parisson.com>
Sun, 20 Jul 2014 14:58:34 +0000 (16:58 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Sun, 20 Jul 2014 14:58:34 +0000 (16:58 +0200)
teleforma/models/pro.py

index f571534cf7b415120ee7b9326030b130c9e8d336..a8ee97037bb75094eb2c8726be3fe87c55d3f976 100755 (executable)
@@ -321,5 +321,5 @@ class SeminarRevision(models.Model):
         db_table = app_label + '_' + 'seminar_revisions'
         verbose_name = _('Seminar revision')
         verbose_name_plural = _('Seminar revisions')
-        ordering = ['-date_modified']
+        ordering = ['-date']