]> git.ipfire.org Git - thirdparty/patchwork.git/commit
Revert "api: Only provide JSON version of events list"
authorStephen Finucane <stephen@that.guru>
Thu, 10 May 2018 14:45:06 +0000 (15:45 +0100)
committerDaniel Axtens <dja@axtens.net>
Fri, 11 May 2018 16:45:35 +0000 (02:45 +1000)
commit30c8a4909bf8c0dab881464605d669de0f309ccb
treef91658fd80c3d368b351733e6f6caee3832a5372
parent841228eb95360a251b37e76e0387f106b1017454
Revert "api: Only provide JSON version of events list"

This reverts commit 90d9ee14e73e8ec9248e89c788d64867c4a4bb74.

The root cause of this performance issue was not the use of the
JSONRenderer but rather the population of filter forms. The latter is
now disabled, meaning we can start using the original renderer.

Signed-off-by: Stephen Finucane <stephen@that.guru>
Cc: Daniel Axtens <dja@axtens.net>
Acked-by: Daniel Axtens <dja@axtens.net>
Signed-off-by: Daniel Axtens <dja@axtens.net>
patchwork/api/event.py
patchwork/templates/patchwork/event-list.html [deleted file]