#278: added missing @classmethod to extract_document.
This commit is contained in:
Noah 2014-11-13 21:08:53 -05:00
Родитель bcec897a60
Коммит fa519e948f
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -189,6 +189,7 @@ Here's one that uses `Indexable` and handles indexing:
}
}
@classmethod
def extract_document(cls, obj_id, obj=None):
"""Converts this instance into an Elasticsearch document"""
if obj is None: