drop yaml fixture and replace with json

This commit is contained in:
Marko Tibold 2011-12-12 08:51:02 -06:00
parent d69581e2af
commit c0bf45d82a

View File

@ -0,0 +1,18 @@
[
{
"pk": 2,
"model": "auth.user",
"fields": {
"username": "test",
"first_name": "",
"last_name": "",
"is_active": true,
"is_superuser": false,
"is_staff": false,
"groups": [],
"user_permissions": [],
"password": "sha1$b3dff$671b4ab97f2714446da32670d27576614e176758",
"email": ""
}
}
]