From: Guillaume Pellerin Date: Tue, 16 Nov 2021 12:02:27 +0000 (+0100) Subject: use conf session X-Git-Tag: 2.5.0~24^2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=e98b938c4cee1f76729560f0688a50e552c85c64;p=teleforma.git use conf session --- diff --git a/bin b/bin index 52d01bc8..c5d2023d 160000 --- a/bin +++ b/bin @@ -1 +1 @@ -Subproject commit 52d01bc8d0ec34d96ae3751fa5709a8ae05066fd +Subproject commit c5d2023de2f038cb865a148076a4dc4ec24efaf7 diff --git a/lib/pdfannotator b/lib/pdfannotator index ce69eca1..c6b95327 160000 --- a/lib/pdfannotator +++ b/lib/pdfannotator @@ -1 +1 @@ -Subproject commit ce69eca18a6f5b8774215725fd6b42534f13412f +Subproject commit c6b953270e4e8a7d97853d7a784f8e6df9ed9c53 diff --git a/teleforma/models/core.py b/teleforma/models/core.py index 5a0be47b..9584f851 100755 --- a/teleforma/models/core.py +++ b/teleforma/models/core.py @@ -833,7 +833,7 @@ class Media(MediaBase): class Meta(MetaCore): db_table = app_label + '_' + 'media' - ordering = ['-conference__date_begin', '-conference__session'] + ordering = ['-conference__session', '-conference__date_begin',] class NamePaginator(object):