Support listname in the URL, not just the id
authorMagnus Hagander <magnus@hagander.net>
Sat, 8 Jul 2017 19:32:47 +0000 (21:32 +0200)
committerMagnus Hagander <magnus@hagander.net>
Sat, 8 Jul 2017 19:32:47 +0000 (21:32 +0200)
commit5b6cd7da13c4f00313b07f113abff404670a65b6
tree958d4edb205b4b6072ee74a32dfd3d202f475e5d
parentcfcb543478eb1d14274ed7db3b04197732833124
Support listname in the URL, not just the id

This will make it easier to link to a search form that properly
pre-populates the dropdown. This will be followed with a patch to the
archives to generate links this way.

It's not strictly speaking needed to support this as we currently
synchronize the list id between the systems, but that's something that
is likely going away in the future.
pgweb/search/views.py