X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ae60b2a3949e96357477cc04f90fd0873cee8a92..5aa13410812d3fc4b35c039bdc3f0a2edc5185a1:/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):