summaryrefslogtreecommitdiff
path: root/pgcommitfest/commitfest/lookups.py
diff options
context:
space:
mode:
authorMagnus Hagander2019-02-05 22:55:23 +0000
committerMagnus Hagander2019-02-06 09:29:00 +0000
commit463b3c1fe2e5bea061269ed9eea4b876a9eab213 (patch)
treec7f6f057b238434b4865129e2a4f61312be4d274 /pgcommitfest/commitfest/lookups.py
parenta32f4007670330d05a834db1b67687ab8b8c3b34 (diff)
Fixes for pep8 compatibility
Diffstat (limited to 'pgcommitfest/commitfest/lookups.py')
-rw-r--r--pgcommitfest/commitfest/lookups.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pgcommitfest/commitfest/lookups.py b/pgcommitfest/commitfest/lookups.py
index 1cb567f..7297ccc 100644
--- a/pgcommitfest/commitfest/lookups.py
+++ b/pgcommitfest/commitfest/lookups.py
@@ -22,4 +22,5 @@ class UserLookup(ModelLookup):
# Display for choice listings
return u"%s (%s)" % (item.username, item.get_full_name())
+
registry.register(UserLookup)