add a field 'summary' to the Query object
This commit is contained in:
parent
482d45e6b5
commit
f83c0abd95
1 changed files with 1 additions and 0 deletions
|
|
@ -95,6 +95,7 @@ class Query(BaseObject):
|
|||
end_date = DateField('End date of the event')
|
||||
city = StringField('Name of the city in witch event will take place')
|
||||
categories = Field('List of categories of the event', list, tuple)
|
||||
summary = StringField('Title of the event')
|
||||
|
||||
def __init__(self):
|
||||
BaseObject.__init__(self, '')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue