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 9f12a5e commit a4afd27Copy full SHA for a4afd27
pgcommitfest/commitfest/views.py
@@ -258,6 +258,7 @@ def global_search(request):
258
'title': 'Patch search results',
259
})
260
261
+
262
def patch_redirect(request, patchid):
263
last_commitfest = PatchOnCommitFest.objects.select_related('commitfest').filter(patch_id=patchid).order_by('-commitfest__startdate').first()
264
if not last_commitfest:
0 commit comments