X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/b2d342589a7889a3b096e7192453d53bd28eed7d..114d7edc5dab67cc91565960a6e8bbc040563901:/src/funding/models.py diff --git a/src/funding/models.py b/src/funding/models.py index 392666f24..b126c7681 100644 --- a/src/funding/models.py +++ b/src/funding/models.py @@ -241,7 +241,7 @@ class Funding(models.Model): class Meta: verbose_name = _('funding') verbose_name_plural = _('fundings') - ordering = ['-payed_at'] + ordering = ['-payed_at', 'pk'] @classmethod def payed(cls):