add a 'shape' field and antispam update

Signed-off-by: leto <leto@weboob.org>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
This commit is contained in:
leto 2011-11-19 21:58:52 +01:00 committed by Romain Bignon
commit 342cb75cba
2 changed files with 8 additions and 1 deletions

View file

@ -156,6 +156,7 @@ class Contact(_Contact):
('weight', FieldList('weight')),
('BMI', FieldBMI('size', 'weight')),
('fat', FieldBMI('size', 'weight', fat=True)),
('shape', FieldList('shape')),
('origins', FieldList('origins')),
('signs', FieldFlags('checks1')),
('job', FieldStr('job')),