fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add migdal blog
[wolnelektury.git]
/
src
/
funding
/
models.py
diff --git
a/src/funding/models.py
b/src/funding/models.py
index
392666f
..
b126c76
100644
(file)
--- 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):