Statistics
| Branch: | Tag: | Revision:

root / logic / fixtures / auth_test_data.json @ 17fc7729

History | View | Annotate | Download (147 Bytes)

1
[
2
    {
3
        "model": "db.SynnefoUser",
4
        "pk": 1,
5
        "fields": {
6
            "name": 1,
7
            "credit": 1024
8
        }
9
    }
10
]