summaryrefslogtreecommitdiff
path: root/pgweb/misc/models.py
AgeCommit message (Collapse)Author
2019-01-17Fix whitespace and indentation, per pep8Magnus Hagander
2019-01-17Tabs, meet your new overlords: spacesMagnus Hagander
In a quest to reach pep8, use spaces to indent rather than tabs.
2019-01-17Create and track a mapping between bug ids and messageidsMagnus Hagander
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.
2014-01-01Clean up importsMagnus Hagander
Remove unused imports and some other completely unused code.
2010-01-11Add bug submission formMagnus Hagander