Mercurial > public > sg101
comparison gpp/downloads/fixtures/downloads_categories.json @ 251:8525fb4109cc
Updated downloads categories fixture with new slug field.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 19 Sep 2010 23:55:48 +0000 |
parents | 953c71f382df |
children | 2ba1a6d3b984 |
comparison
equal
deleted
inserted
replaced
250:29679b0b98ad | 251:8525fb4109cc |
---|---|
3 "pk": 1, | 3 "pk": 1, |
4 "model": "downloads.category", | 4 "model": "downloads.category", |
5 "fields": { | 5 "fields": { |
6 "count": 0, | 6 "count": 0, |
7 "description": "Jam along to backing tracks made by your fellow SG101'ers!", | 7 "description": "Jam along to backing tracks made by your fellow SG101'ers!", |
8 "slug": "backing-tracks", | |
8 "title": "Backing Tracks" | 9 "title": "Backing Tracks" |
9 } | 10 } |
10 }, | 11 }, |
11 { | 12 { |
12 "pk": 5, | 13 "pk": 5, |
13 "model": "downloads.category", | 14 "model": "downloads.category", |
14 "fields": { | 15 "fields": { |
15 "count": 0, | 16 "count": 0, |
16 "description": "User demos.", | 17 "description": "User demos.", |
18 "slug": "demos", | |
17 "title": "Demos" | 19 "title": "Demos" |
18 } | 20 } |
19 }, | 21 }, |
20 { | 22 { |
21 "pk": 2, | 23 "pk": 2, |
22 "model": "downloads.category", | 24 "model": "downloads.category", |
23 "fields": { | 25 "fields": { |
24 "count": 0, | 26 "count": 0, |
25 "description": "Recordings of user gear in action.", | 27 "description": "Recordings of user gear in action.", |
28 "slug": "gear-samples", | |
26 "title": "Gear Samples" | 29 "title": "Gear Samples" |
27 } | 30 } |
28 }, | 31 }, |
29 { | 32 { |
30 "pk": 6, | 33 "pk": 6, |
31 "model": "downloads.category", | 34 "model": "downloads.category", |
32 "fields": { | 35 "fields": { |
33 "count": 0, | 36 "count": 0, |
34 "description": "Interviews with surf scenesters.", | 37 "description": "Interviews with surf scenesters.", |
38 "slug": "interviews", | |
35 "title": "Interviews" | 39 "title": "Interviews" |
36 } | 40 } |
37 }, | 41 }, |
38 { | 42 { |
39 "pk": 3, | 43 "pk": 3, |
40 "model": "downloads.category", | 44 "model": "downloads.category", |
41 "fields": { | 45 "fields": { |
42 "count": 0, | 46 "count": 2, |
43 "description": "Anything else.", | 47 "description": "Anything else.", |
48 "slug": "misc", | |
44 "title": "Misc" | 49 "title": "Misc" |
45 } | 50 } |
46 }, | 51 }, |
47 { | 52 { |
48 "pk": 7, | 53 "pk": 7, |
49 "model": "downloads.category", | 54 "model": "downloads.category", |
50 "fields": { | 55 "fields": { |
51 "count": 0, | 56 "count": 0, |
52 "description": "Legal music created by members.", | 57 "description": "Legal music created by members.", |
58 "slug": "music", | |
53 "title": "Music" | 59 "title": "Music" |
54 } | 60 } |
55 }, | 61 }, |
56 { | 62 { |
57 "pk": 4, | 63 "pk": 4, |
58 "model": "downloads.category", | 64 "model": "downloads.category", |
59 "fields": { | 65 "fields": { |
60 "count": 0, | 66 "count": 0, |
61 "description": "Please upload original surf music ringtones here.", | 67 "description": "Please upload original surf music ringtones here.", |
68 "slug": "ringtones", | |
62 "title": "Ringtones" | 69 "title": "Ringtones" |
63 } | 70 } |
64 }, | 71 }, |
65 { | 72 { |
66 "pk": 8, | 73 "pk": 8, |
67 "model": "downloads.category", | 74 "model": "downloads.category", |
68 "fields": { | 75 "fields": { |
69 "count": 0, | 76 "count": 0, |
70 "description": "User contributed tablature. Please upload in .pdf or .txt formats only.", | 77 "description": "User contributed tablature. Please upload in .pdf or .txt formats only.", |
78 "slug": "tablature", | |
71 "title": "Tablature" | 79 "title": "Tablature" |
72 } | 80 } |
73 } | 81 } |
74 ] | 82 ] |