calebasse / calebasse / fixtures / garde.json @ c1819ffb
1 |
[
|
---|---|
2 |
{ |
3 |
"fields": { |
4 |
"name": "1" |
5 |
}, |
6 |
"model": "ressources.parentalcustodytype", |
7 |
"pk": 1 |
8 |
}, |
9 |
{ |
10 |
"fields": { |
11 |
"name": "2" |
12 |
}, |
13 |
"model": "ressources.parentalcustodytype", |
14 |
"pk": 2 |
15 |
}, |
16 |
{ |
17 |
"fields": { |
18 |
"name": "3" |
19 |
}, |
20 |
"model": "ressources.parentalcustodytype", |
21 |
"pk": 3 |
22 |
}, |
23 |
{ |
24 |
"fields": { |
25 |
"name": "4" |
26 |
}, |
27 |
"model": "ressources.parentalcustodytype", |
28 |
"pk": 4 |
29 |
}, |
30 |
{ |
31 |
"fields": { |
32 |
"name": "5" |
33 |
}, |
34 |
"model": "ressources.parentalcustodytype", |
35 |
"pk": 5 |
36 |
} |
37 |
]
|