We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79d714a commit f8ec412Copy full SHA for f8ec412
pgcommitfest/commitfest/views.py
@@ -264,9 +264,7 @@ def commitfest(request, cfid):
264
"branch.all_additions + branch.all_deletions NULLS LAST, created"
265
)
266
elif sortkey == -6:
267
- orderby_str = (
268
- "branch.all_additions + branch.all_deletions DESC NULLS LAST, created"
269
- )
+ orderby_str = "branch.all_additions + branch.all_deletions DESC NULLS LAST, created DESC"
270
else:
271
orderby_str = "p.id"
272
sortkey = 0
0 commit comments