Commit 59ec172e by Anthony Lenton

[r=michael.nelson] Changed UserOpenID.user admin widget to raw_id

parents 401816ac 097bf54d
......@@ -62,6 +62,7 @@ admin.site.register(Association, AssociationAdmin)
class UserOpenIDAdmin(admin.ModelAdmin):
raw_id_fields = ('user',)
list_display = ('user', 'claimed_id')
search_fields = ('claimed_id',)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment