diff options
author | Magnus Hagander | 2019-02-05 22:55:23 +0000 |
---|---|---|
committer | Magnus Hagander | 2019-02-06 09:29:00 +0000 |
commit | 463b3c1fe2e5bea061269ed9eea4b876a9eab213 (patch) | |
tree | c7f6f057b238434b4865129e2a4f61312be4d274 /pgcommitfest/commitfest/lookups.py | |
parent | a32f4007670330d05a834db1b67687ab8b8c3b34 (diff) |
Fixes for pep8 compatibility
Diffstat (limited to 'pgcommitfest/commitfest/lookups.py')
-rw-r--r-- | pgcommitfest/commitfest/lookups.py | 1 |
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) |