mirror of
https://github.com/django/django.git
synced 2024-12-26 11:06:07 +00:00
35cc439228
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11863 bcc190cf-cafb-0310-a4f2-bffc1f526a37
33 lines
651 B
JSON
33 lines
651 B
JSON
[
|
|
{
|
|
"pk": "1",
|
|
"model": "fixtures.visa",
|
|
"fields": {
|
|
"person": ["Django Reinhardt"],
|
|
"permissions": [
|
|
["add_user", "auth", "user"],
|
|
["change_user", "auth", "user"],
|
|
["delete_user", "auth", "user"]
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"pk": "2",
|
|
"model": "fixtures.visa",
|
|
"fields": {
|
|
"person": ["Stephane Grappelli"],
|
|
"permissions": [
|
|
["add_user", "auth", "user"]
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"pk": "3",
|
|
"model": "fixtures.visa",
|
|
"fields": {
|
|
"person": ["Prince"],
|
|
"permissions": []
|
|
}
|
|
}
|
|
]
|