~ubuntu-branches/ubuntu/oneiric/python-django/oneiric

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
    {
        "pk": 1,
        "model": "fixtures_regress.nkchild",
        "fields": {
            "data": "apple"
        }
    },
    {
        "pk": 1,
        "model": "fixtures_regress.reftonkchild",
        "fields": {
            "text": "my text",
            "nk_fk" : ["apple"],
            "nk_m2m": [["apple"]]
        }
    }
]