Mercurial > public > sg101
changeset 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 | 29679b0b98ad |
children | e3958aacd8dd |
files | gpp/downloads/fixtures/downloads_categories.json |
diffstat | 1 files changed, 10 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/gpp/downloads/fixtures/downloads_categories.json Sun Sep 19 20:42:25 2010 +0000 +++ b/gpp/downloads/fixtures/downloads_categories.json Sun Sep 19 23:55:48 2010 +0000 @@ -5,6 +5,7 @@ "fields": { "count": 0, "description": "Jam along to backing tracks made by your fellow SG101'ers!", + "slug": "backing-tracks", "title": "Backing Tracks" } }, @@ -14,6 +15,7 @@ "fields": { "count": 0, "description": "User demos.", + "slug": "demos", "title": "Demos" } }, @@ -23,6 +25,7 @@ "fields": { "count": 0, "description": "Recordings of user gear in action.", + "slug": "gear-samples", "title": "Gear Samples" } }, @@ -32,6 +35,7 @@ "fields": { "count": 0, "description": "Interviews with surf scenesters.", + "slug": "interviews", "title": "Interviews" } }, @@ -39,8 +43,9 @@ "pk": 3, "model": "downloads.category", "fields": { - "count": 0, + "count": 2, "description": "Anything else.", + "slug": "misc", "title": "Misc" } }, @@ -50,6 +55,7 @@ "fields": { "count": 0, "description": "Legal music created by members.", + "slug": "music", "title": "Music" } }, @@ -59,6 +65,7 @@ "fields": { "count": 0, "description": "Please upload original surf music ringtones here.", + "slug": "ringtones", "title": "Ringtones" } }, @@ -68,7 +75,8 @@ "fields": { "count": 0, "description": "User contributed tablature. Please upload in .pdf or .txt formats only.", + "slug": "tablature", "title": "Tablature" } } -] +] \ No newline at end of file