Commit c15889b6b679706f068bd975a4e5c1deeefeb6ff
1 parent
dd350a4b
Exists in
master
and in
39 other branches
Removing unnecessary fields from accounts search indexes
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
src/accounts/search_indexes.py
@@ -32,7 +32,6 @@ class UserIndex(indexes.SearchIndex, indexes.Indexable): | @@ -32,7 +32,6 @@ class UserIndex(indexes.SearchIndex, indexes.Indexable): | ||
32 | def prepare_description(self, obj): | 32 | def prepare_description(self, obj): |
33 | return u'{}\n{}\n{}\n{}\n{}\n{}'.format( | 33 | return u'{}\n{}\n{}\n{}\n{}\n{}'.format( |
34 | obj.institution, obj.role, obj.username, obj.get_full_name(), | 34 | obj.institution, obj.role, obj.username, obj.get_full_name(), |
35 | - obj.google_talk, obj.webpage | ||
36 | ) | 35 | ) |
37 | 36 | ||
38 | def prepare_icon_name(self, obj): | 37 | def prepare_icon_name(self, obj): |