add 'old' field
This commit is contained in:
parent
ec0cd86a8e
commit
45addbc50c
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ class Contact(_Contact):
|
||||||
))),
|
))),
|
||||||
('details', OrderedDict((
|
('details', OrderedDict((
|
||||||
('old', FieldStr('age')),
|
('old', FieldStr('age')),
|
||||||
('old', FieldOld('birthday')),
|
#('old', FieldOld('birthday')),
|
||||||
('birthday', FieldStr('birthday')),
|
('birthday', FieldStr('birthday')),
|
||||||
('zipcode', FieldStr('zip')),
|
('zipcode', FieldStr('zip')),
|
||||||
('location', FieldStr('city')),
|
('location', FieldStr('city')),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue