[ICapCalendar] Rename entry => booked_entries and max_entry => max_entries

This commit is contained in:
Bezleputh 2013-11-13 00:25:52 +01:00 committed by Florent
commit a93a9025d6
2 changed files with 9 additions and 9 deletions

View file

@ -53,8 +53,8 @@ class BaseCalendarEvent(CapBaseObject):
category = StringField('Category of the event')
description = StringField('Description of the event')
price = FloatField('Price of the event')
entry = IntField('Entry number')
max_entry = IntField('Max entry number')
booked_entries = IntField('Entry number')
max_entries = IntField('Max entry number')
event_planner = StringField('Name of the event planner')
#the following elements deal with ICalendar stantdards