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