Merge branch 'feature/gm-192' into feature/gm-148

This commit is contained in:
evgeniy-st 2019-10-15 18:44:24 +03:00
commit c09b1eb295
2 changed files with 0 additions and 4 deletions

View File

@ -44,8 +44,6 @@ class EstablishmentDocument(Document):
'id': fields.IntegerField(attr='id'),
'label': fields.ObjectField(attr='label_indexing',
properties=OBJECT_FIELD_PROPERTIES),
'category': fields.ObjectField(attr='category',
properties={'id': fields.IntegerField()})
},
multi=True)
address = fields.ObjectField(

View File

@ -29,8 +29,6 @@ class NewsDocument(Document):
'id': fields.IntegerField(attr='id'),
'label': fields.ObjectField(attr='label_indexing',
properties=OBJECT_FIELD_PROPERTIES),
'category': fields.ObjectField(attr='category',
properties={'id': fields.IntegerField()})
},
multi=True)