ponytracker/tracker/fixtures/test_tracker_views.json
2014-09-03 22:57:07 -07:00

344 lines
8.2 KiB
JSON

[
{
"fields": {
"date_joined": "2014-09-03T06:34:06.019Z",
"email": "",
"first_name": "",
"groups": [],
"is_active": true,
"is_staff": true,
"is_superuser": true,
"last_login": "2014-09-03T06:34:26.544Z",
"last_name": "",
"password": "pbkdf2_sha256$12000$WrD5Mo69v7O1$JqUWSog9wxF7wyJz+esO9EHlv9j+boD58VODEq+jYLY=",
"user_permissions": [],
"username": "admin"
},
"model": "accounts.user",
"pk": 1
},
{
"fields": {
"date_joined": "2014-09-03T06:34:39.486Z",
"email": "",
"first_name": "",
"groups": [],
"is_active": true,
"is_staff": false,
"is_superuser": false,
"last_login": "2014-09-03T06:34:39.486Z",
"last_name": "",
"password": "pbkdf2_sha256$12000$51A5s5i71FWd$yOFaM/fJGEdykCbfhDRWbz0z/KGHiUNbM3mPzrieDe4=",
"user_permissions": [],
"username": "user1"
},
"model": "accounts.user",
"pk": 2
},
{
"fields": {
"access": 1,
"description": "",
"display_name": "Project 1",
"name": "project-1",
"subscribers": [
1
]
},
"model": "tracker.project",
"pk": 1
},
{
"fields": {
"access": 1,
"description": "",
"display_name": "Project 2",
"name": "project-2",
"subscribers": [
1
]
},
"model": "tracker.project",
"pk": 2
},
{
"fields": {
"color": "#FF0000",
"deleted": false,
"inverted": true,
"name": "bug",
"project": 1
},
"model": "tracker.label",
"pk": 1
},
{
"fields": {
"color": "#00A000",
"deleted": false,
"inverted": true,
"name": "feature",
"project": 1
},
"model": "tracker.label",
"pk": 2
},
{
"fields": {
"color": "#1D3DBE",
"deleted": false,
"inverted": true,
"name": "documentation",
"project": 1
},
"model": "tracker.label",
"pk": 3
},
{
"fields": {
"color": "#FF0000",
"deleted": false,
"inverted": true,
"name": "bug",
"project": 2
},
"model": "tracker.label",
"pk": 4
},
{
"fields": {
"color": "#00A000",
"deleted": false,
"inverted": true,
"name": "feature",
"project": 2
},
"model": "tracker.label",
"pk": 5
},
{
"fields": {
"color": "#1D3DBE",
"deleted": false,
"inverted": true,
"name": "documentation",
"project": 2
},
"model": "tracker.label",
"pk": 6
},
{
"fields": {
"closed": false,
"due_date": "2014-09-02T23:35:00Z",
"name": "v1.0",
"project": 1
},
"model": "tracker.milestone",
"pk": 1
},
{
"fields": {
"closed": false,
"due_date": null,
"name": "v2.0",
"project": 1
},
"model": "tracker.milestone",
"pk": 2
},
{
"fields": {
"assignee": null,
"author": 1,
"closed": false,
"id": 1,
"labels": [],
"milestone": null,
"opened_at": "2014-09-03T06:34:56.913Z",
"project": 1,
"subscribers": [
1
],
"title": "Issue 1"
},
"model": "tracker.issue",
"pk": 1
},
{
"fields": {
"assignee": null,
"author": 1,
"closed": false,
"id": 2,
"labels": [
1
],
"milestone": 2,
"opened_at": "2014-09-03T23:29:39.323Z",
"project": 1,
"subscribers": [
1
],
"title": "THE Issue 2"
},
"model": "tracker.issue",
"pk": 2
},
{
"fields": {
"_args": "{}",
"additionnal_section": "",
"author": 1,
"code": 11,
"date": "2014-09-03T06:34:57.233Z",
"issue": 1
},
"model": "tracker.event",
"pk": 1
},
{
"fields": {
"_args": "{}",
"additionnal_section": "",
"author": 1,
"code": 11,
"date": "2014-09-03T23:29:39.681Z",
"issue": 2
},
"model": "tracker.event",
"pk": 2
},
{
"fields": {
"_args": "{\"label\": 2}",
"additionnal_section": "",
"author": 1,
"code": 4,
"date": "2014-09-03T23:29:47.123Z",
"issue": 2
},
"model": "tracker.event",
"pk": 3
},
{
"fields": {
"_args": "{\"label\": 1}",
"additionnal_section": "",
"author": 1,
"code": 4,
"date": "2014-09-03T23:29:50.770Z",
"issue": 2
},
"model": "tracker.event",
"pk": 4
},
{
"fields": {
"_args": "{\"label\": 2}",
"additionnal_section": "",
"author": 1,
"code": 5,
"date": "2014-09-03T23:29:52.923Z",
"issue": 2
},
"model": "tracker.event",
"pk": 5
},
{
"fields": {
"_args": "{\"milestone\": \"v1.0\"}",
"additionnal_section": "",
"author": 1,
"code": 6,
"date": "2014-09-03T23:30:42.882Z",
"issue": 2
},
"model": "tracker.event",
"pk": 6
},
{
"fields": {
"_args": "{\"new_milestone\": \"v2.0\", \"old_milestone\": \"v1.0\"}",
"additionnal_section": "",
"author": 1,
"code": 7,
"date": "2014-09-03T23:30:50.658Z",
"issue": 2
},
"model": "tracker.event",
"pk": 7
},
{
"fields": {
"_args": "{}",
"additionnal_section": "Fixed.",
"author": 1,
"code": 10,
"date": "2014-09-03T23:31:04.039Z",
"issue": 2
},
"model": "tracker.event",
"pk": 8
},
{
"fields": {
"_args": "{}",
"additionnal_section": "",
"author": 1,
"code": 1,
"date": "2014-09-03T23:31:06.544Z",
"issue": 2
},
"model": "tracker.event",
"pk": 9
},
{
"fields": {
"_args": "{}",
"additionnal_section": "",
"author": 1,
"code": 2,
"date": "2014-09-03T23:31:12.222Z",
"issue": 2
},
"model": "tracker.event",
"pk": 10
},
{
"fields": {
"_args": "{\"old_title\": \"Issue 2\", \"new_title\": \"THE Issue 2\"}",
"additionnal_section": "",
"author": 1,
"code": 3,
"date": "2014-09-03T23:39:33.983Z",
"issue": 2
},
"model": "tracker.event",
"pk": 11
},
{
"fields": {
"_args": "{\"milestone\": \"v2.0\"}",
"additionnal_section": "",
"author": 1,
"code": 8,
"date": "2014-09-03T23:40:51.117Z",
"issue": 2
},
"model": "tracker.event",
"pk": 12
},
{
"fields": {
"_args": "{\"milestone\": \"v1.0\"}",
"additionnal_section": "",
"author": 1,
"code": 6,
"date": "2014-09-03T23:40:54.706Z",
"issue": 2
},
"model": "tracker.event",
"pk": 13
}
]