diff options
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) |