| author | veltr |
| Thu, 06 Dec 2012 12:38:51 +0100 | |
| changeset 124 | 41c09a24bc92 |
| parent 123 | 679809037606 (current diff) |
| parent 122 | a26cd902ba5f (diff) |
| child 125 | 265415212a4c |
| child 129 | ff6c954f3aaa |
--- a/src/hashcut/views.py Thu Dec 06 12:38:34 2012 +0100 +++ b/src/hashcut/views.py Thu Dec 06 12:38:51 2012 +0100 @@ -40,7 +40,7 @@ m1 = None m2 = None last_mashups = None - mashups = Mashup.objects.filter(branding=brd)[:10] + mashups = Mashup.objects.filter(branding=brd).order_by('-project__creation_date')[:10] logging.debug(repr(mashups)) l = len(mashups) if l>0: