Statistics
| Branch: | Tag: | Revision:

root / db / fixtures / images.json @ 60bf38e1

History | View | Annotate | Download (653 Bytes)

1
[
2
    {
3
        "model": "db.Image",
4
        "pk": 1,
5
        "fields": {
6
            "name": "Debian Squeeze",
7
            "created": "2011-02-06 00:00:00",
8
            "updated": "2011-02-06 00:00:00",
9
            "state": "ACTIVE",
10
            "description": "Full Debian Squeeze Installation"
11
        }
12
    },
13
    {
14
        "model": "db.Image",
15
        "pk": 2,
16
        "fields": {
17
            "name": "Slackware 13.1",
18
            "created": "2011-02-10 00:00:00",
19
            "updated": "2011-02-10 00:00:00",
20
            "state": "ACTIVE",
21
            "description": "Full Slackware 13.1 Installation",
22
            "owner" : 1
23
        }
24
    }
25
]