comparison gpp/weblinks/fixtures/weblinks_categories.json @ 242:7e8d2dda99e3

For #93: fix url scheme for weblinks.
author Brian Neal <bgneal@gmail.com>
date Wed, 15 Sep 2010 03:24:01 +0000
parents 953c71f382df
children
comparison
equal deleted inserted replaced
241:27bee3ac85e6 242:7e8d2dda99e3
1 [ 1 [
2 { 2 {
3 "pk": 1, 3 "pk": 1,
4 "model": "weblinks.category", 4 "model": "weblinks.category",
5 "fields": { 5 "fields": {
6 "count": 0, 6 "count": 215,
7 "description": "", 7 "description": "",
8 "slug": "bands",
8 "title": "Bands" 9 "title": "Bands"
9 } 10 }
10 }, 11 },
11 { 12 {
12 "pk": 5, 13 "pk": 5,
13 "model": "weblinks.category", 14 "model": "weblinks.category",
14 "fields": { 15 "fields": {
15 "count": 0, 16 "count": 21,
16 "description": "", 17 "description": "",
18 "slug": "fan-sites",
17 "title": "Fan Sites" 19 "title": "Fan Sites"
18 } 20 }
19 }, 21 },
20 { 22 {
21 "pk": 4, 23 "pk": 4,
22 "model": "weblinks.category", 24 "model": "weblinks.category",
23 "fields": { 25 "fields": {
24 "count": 0, 26 "count": 28,
25 "description": "", 27 "description": "",
28 "slug": "gear",
26 "title": "Gear" 29 "title": "Gear"
27 } 30 }
28 }, 31 },
29 { 32 {
30 "pk": 2, 33 "pk": 2,
31 "model": "weblinks.category", 34 "model": "weblinks.category",
32 "fields": { 35 "fields": {
33 "count": 0, 36 "count": 7,
34 "description": "", 37 "description": "",
38 "slug": "music-merchants",
35 "title": "Music Merchants" 39 "title": "Music Merchants"
36 } 40 }
37 }, 41 },
38 { 42 {
39 "pk": 8, 43 "pk": 8,
40 "model": "weblinks.category", 44 "model": "weblinks.category",
41 "fields": { 45 "fields": {
42 "count": 0, 46 "count": 6,
43 "description": "", 47 "description": "",
48 "slug": "other",
44 "title": "Other" 49 "title": "Other"
45 } 50 }
46 }, 51 },
47 { 52 {
48 "pk": 11, 53 "pk": 11,
49 "model": "weblinks.category", 54 "model": "weblinks.category",
50 "fields": { 55 "fields": {
51 "count": 0, 56 "count": 17,
52 "description": "Do you have a photo gallery of surf bands somewhere on the web? Why not add a link to it here?", 57 "description": "Do you have a photo gallery of surf bands somewhere on the web? Why not add a link to it here?",
58 "slug": "photo-galleries",
53 "title": "Photo Galleries" 59 "title": "Photo Galleries"
54 } 60 }
55 }, 61 },
56 { 62 {
57 "pk": 10, 63 "pk": 10,
58 "model": "weblinks.category", 64 "model": "weblinks.category",
59 "fields": { 65 "fields": {
60 "count": 0, 66 "count": 4,
61 "description": "", 67 "description": "",
68 "slug": "podcasts",
62 "title": "Podcasts" 69 "title": "Podcasts"
63 } 70 }
64 }, 71 },
65 { 72 {
66 "pk": 6, 73 "pk": 6,
67 "model": "weblinks.category", 74 "model": "weblinks.category",
68 "fields": { 75 "fields": {
69 "count": 0, 76 "count": 8,
70 "description": "", 77 "description": "",
78 "slug": "radio",
71 "title": "Radio" 79 "title": "Radio"
72 } 80 }
73 }, 81 },
74 { 82 {
75 "pk": 3, 83 "pk": 3,
76 "model": "weblinks.category", 84 "model": "weblinks.category",
77 "fields": { 85 "fields": {
78 "count": 0, 86 "count": 13,
79 "description": "", 87 "description": "",
88 "slug": "record-labels",
80 "title": "Record Labels" 89 "title": "Record Labels"
81 } 90 }
82 }, 91 },
83 { 92 {
84 "pk": 7, 93 "pk": 7,
85 "model": "weblinks.category", 94 "model": "weblinks.category",
86 "fields": { 95 "fields": {
87 "count": 0, 96 "count": 4,
88 "description": "", 97 "description": "",
98 "slug": "tablature",
89 "title": "Tablature" 99 "title": "Tablature"
90 } 100 }
91 }, 101 },
92 { 102 {
93 "pk": 9, 103 "pk": 9,
94 "model": "weblinks.category", 104 "model": "weblinks.category",
95 "fields": { 105 "fields": {
96 "count": 0, 106 "count": 31,
97 "description": "Links to surf videos on the web", 107 "description": "Links to surf videos on the web",
108 "slug": "videos",
98 "title": "Videos" 109 "title": "Videos"
99 } 110 }
100 } 111 }
101 ] 112 ]