small fixes for python2.6
This commit is contained in:
parent
b4d6f6b947
commit
f17f8b48c2
@ -1572,7 +1572,7 @@ class FieldTest(unittest.TestCase):
|
|||||||
'group': s.group,
|
'group': s.group,
|
||||||
'person': {
|
'person': {
|
||||||
'_id': p.pk,
|
'_id': p.pk,
|
||||||
'salary': p.salary
|
'salary': 7000.00
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user