Skip to content

Commit

Permalink
Merge pull request #76 from blasyrkh123/master
Browse files Browse the repository at this point in the history
Add type "completion" in field.FIELDS
  • Loading branch information
honzakral committed Feb 26, 2015
2 parents d83d49e + ecb9ee2 commit 3e3d143
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions elasticsearch_dsl/field.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ def _to_python(self, data):
'attachment',
'geo_point',
'geo_shape',
'completion',
)

# generate the query classes dynamicaly
Expand Down

0 comments on commit 3e3d143

Please sign in to comment.