projects
/
pgcommitfest2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f12a5e
)
Add missing newline, breaking pycodestyle
author
Magnus Hagander
<
[email protected]
>
Mon, 5 Aug 2024 08:15:36 +0000
(10:15 +0200)
committer
Magnus Hagander
<
[email protected]
>
Mon, 5 Aug 2024 08:15:36 +0000
(10:15 +0200)
pgcommitfest/commitfest/views.py
patch
|
blob
|
blame
|
history
diff --git
a/pgcommitfest/commitfest/views.py
b/pgcommitfest/commitfest/views.py
index 0dcdb886d7bedda44d866d90e2d2adb62c18a7cb..c6451e7e161e7f9859313e689cc9188c478e53a2 100644
(file)
--- a/
pgcommitfest/commitfest/views.py
+++ b/
pgcommitfest/commitfest/views.py
@@
-258,6
+258,7
@@
def global_search(request):
'title': 'Patch search results',
})
+
def patch_redirect(request, patchid):
last_commitfest = PatchOnCommitFest.objects.select_related('commitfest').filter(patch_id=patchid).order_by('-commitfest__startdate').first()
if not last_commitfest: