]> git.ipfire.org Git - thirdparty/patchwork.git/commit
REST: squish final open-codings of get_object_or_404
authorDaniel Axtens <dja@axtens.net>
Mon, 23 Aug 2021 07:29:53 +0000 (17:29 +1000)
committerDaniel Axtens <dja@axtens.net>
Mon, 23 Aug 2021 07:46:29 +0000 (17:46 +1000)
commit0ed2feb26c840fdfc3f9738dae6d7453da3ce16b
treed79f3521ae0ef0aa01a7f84b7980f236a694caf6
parentfecf7c86c2c5b570f6bcec66cbc034b7d72f5320
REST: squish final open-codings of get_object_or_404

Basically, finish the job of commit fecf7c86c2c5 ("urls: Add missing path
converters for REST APIs"). With this commit, there are no more uses of
Http404 in patchwork/api

Signed-off-by: Daniel Axtens <dja@axtens.net>
patchwork/api/comment.py