Update timestamps in inventory app test data to be timezone aware.
[htsworkflow.git] / htsworkflow / frontend / inventory / fixtures / test_user.json
1 [
2     {"pk": 5, "model": "auth.user", 
3    "fields": {
4        "username": "test",
5        "first_name": "",
6        "last_name": "",
7        "is_active": true,
8        "is_superuser": false,
9        "is_staff": false,
10        "last_login": "2009-01-01T00:00:01-0800",
11        "groups": [],
12        "user_permissions": [],
13        "password": "sha1$foo$5e4eefec1144a04becfb7da79244f07c487fc345",
14        "email": "",
15        "date_joined": "2009-01-01T00:01:01-0800"
16        }
17    },
18    {"pk": 5, "model": "samples.htsuser",
19     "fields" : {}
20    },
21    {"pk": 6, "model": "auth.user", 
22    "fields": {
23        "username": "admintest",
24        "first_name": "",
25        "last_name": "",
26        "is_active": true,
27        "is_superuser": false,
28        "is_staff": true,
29        "last_login": "2009-01-01T00:00:01-0800",
30        "groups": [],
31        "user_permissions": [],
32        "password": "sha1$foo$5e4eefec1144a04becfb7da79244f07c487fc345",
33        "email": "",
34        "date_joined": "2009-01-01T00:01:01-0800"
35        }
36    },
37    {"pk": 6, "model": "samples.htsuser",
38     "fields" : {}
39    },
40    {"pk": 7, "model": "auth.user", 
41    "fields": {
42        "username": "supertest",
43        "first_name": "",
44        "last_name": "",
45        "is_active": true,
46        "is_superuser": true,
47        "is_staff": true,
48        "last_login": "2009-01-01T00:00:01-0800",
49        "groups": [],
50        "user_permissions": [],
51        "password": "sha1$foo$5e4eefec1144a04becfb7da79244f07c487fc345",
52        "email": "",
53        "date_joined": "2009-01-01T00:01:01-0800"
54        }
55    },
56    {"pk": 7, "model": "samples.htsuser",
57     "fields" : {}
58    },
59    {"pk": 1, "model": "samples.affiliation",
60      "fields": {
61          "users": [5],
62          "contact": "group 1",
63          "name": "affiliation 1",
64          "email": "pk1@example.com"
65          }
66      },
67     {"pk": 2, "model": "samples.affiliation",
68      "fields": {
69          "users": [6],
70          "contact": "group 2",
71          "name": "affiliation 2",
72          "email": "pk2@example.com"
73          }
74      },
75     {"pk": 3, "model": "samples.affiliation",
76      "fields": {
77          "users": [],
78          "contact": "group 3",
79          "name": "affiliation 3",
80          "email": "pk3@example.com"
81          }
82      },
83     {"pk": 4, "model": "samples.affiliation",
84      "fields": {
85          "users": [],
86          "contact": "group 4",
87          "name": "affiliation 4",
88          "email": "pk1@example.com"
89          }
90      },
91     {"pk": 5, "model": "samples.affiliation",
92      "fields": {
93          "users": [],
94          "contact": "group 5",
95          "name": "affiliation 5",
96          "email": "pk5@example.com"
97          }
98      }
99 ]