summaryrefslogtreecommitdiff
path: root/postgresqleu/elections/admin.py
AgeCommit message (Collapse)Author
2020-04-04Enable use of django 2.2 autocomplete in admin viewsMagnus Hagander
2019-01-04Fix sibling importsMagnus Hagander
Sibling imports should be prefixed with a period. Good idea in py2, will eventually become required in py3, so another small step.
2018-12-14Fix blankline related warningsMagnus Hagander
2018-12-14Replace tabs with spacesMagnus Hagander
In an effort to close up with PEP8, we should use spaces for indent rather than tabs... Time to update your editor config!
2016-01-07Add required excludes to formsMagnus Hagander
2014-01-01Replace "import *" with explicit importsMagnus Hagander
In passing, fix a couple of bugs that this uncovered.
2014-01-01Clean up unused importsMagnus Hagander
2010-04-13Initial version of election management software.Magnus Hagander
Not yet linked in anywhere, so we can test it properly first.