[cineoob] handle death date

This commit is contained in:
Julien Veyssier 2013-03-04 23:59:12 +01:00
commit c7bc1ecbb9
3 changed files with 20 additions and 5 deletions

View file

@ -49,6 +49,7 @@ class Person(CapBaseObject):
name = StringField('Star name of a person')
real_name = StringField('Real name of a person')
birth_date = DateField('Birth date of a person')
death_date = DateField('Death date of a person')
birth_place = StringField('City and country of birth of a person')
gender = StringField('Gender of a person')
nationality = StringField('Nationality of a person')