Create and track a mapping between bug ids and messageids
authorMagnus Hagander <magnus@hagander.net>
Thu, 17 Jan 2019 09:24:55 +0000 (10:24 +0100)
committerMagnus Hagander <magnus@hagander.net>
Thu, 17 Jan 2019 09:29:06 +0000 (10:29 +0100)
commit240d21bf3d6c6c0d34e0785ce3395f5102fe8816
tree42af09abba3bb9a2e12f953bcb0b4c9cdb2892f5
parent41f38d610591598e80050e8592d167af17f3c839
Create and track a mapping between bug ids and messageids

Not used yet (though a prototype redirect view is present) since we need
to populate it with data from the past, but with this we start
collecting the mapping for future bugs.
pgweb/misc/migrations/0001_bugidmap.py [new file with mode: 0644]
pgweb/misc/migrations/__init__.py [new file with mode: 0644]
pgweb/misc/models.py
pgweb/misc/views.py
pgweb/urls.py