From 548792c96e3924cdaa98840eda1b5f826503de92 Mon Sep 17 00:00:00 2001 From: James Turk Date: Tue, 29 May 2012 00:52:06 -0400 Subject: [PATCH] model change and backup --- backup-0528.json | 5689 ++++++++++++++++++++++++++++ fowl/game/fixtures/league-wip.json | 1 - fowl/game/models.py | 2 +- 3 files changed, 5690 insertions(+), 2 deletions(-) create mode 100644 backup-0528.json delete mode 100644 fowl/game/fixtures/league-wip.json diff --git a/backup-0528.json b/backup-0528.json new file mode 100644 index 0000000..950e8cc --- /dev/null +++ b/backup-0528.json @@ -0,0 +1,5689 @@ +[ + { + "pk": 19, + "model": "auth.permission", + "fields": { + "codename": "add_logentry", + "name": "Can add log entry", + "content_type": 7 + } + }, + { + "pk": 20, + "model": "auth.permission", + "fields": { + "codename": "change_logentry", + "name": "Can change log entry", + "content_type": 7 + } + }, + { + "pk": 21, + "model": "auth.permission", + "fields": { + "codename": "delete_logentry", + "name": "Can delete log entry", + "content_type": 7 + } + }, + { + "pk": 1, + "model": "auth.permission", + "fields": { + "codename": "add_group", + "name": "Can add group", + "content_type": 2 + } + }, + { + "pk": 4, + "model": "auth.permission", + "fields": { + "codename": "change_group", + "name": "Can change group", + "content_type": 2 + } + }, + { + "pk": 7, + "model": "auth.permission", + "fields": { + "codename": "delete_group", + "name": "Can delete group", + "content_type": 2 + } + }, + { + "pk": 2, + "model": "auth.permission", + "fields": { + "codename": "add_permission", + "name": "Can add permission", + "content_type": 1 + } + }, + { + "pk": 5, + "model": "auth.permission", + "fields": { + "codename": "change_permission", + "name": "Can change permission", + "content_type": 1 + } + }, + { + "pk": 8, + "model": "auth.permission", + "fields": { + "codename": "delete_permission", + "name": "Can delete permission", + "content_type": 1 + } + }, + { + "pk": 3, + "model": "auth.permission", + "fields": { + "codename": "add_user", + "name": "Can add user", + "content_type": 3 + } + }, + { + "pk": 6, + "model": "auth.permission", + "fields": { + "codename": "change_user", + "name": "Can change user", + "content_type": 3 + } + }, + { + "pk": 9, + "model": "auth.permission", + "fields": { + "codename": "delete_user", + "name": "Can delete user", + "content_type": 3 + } + }, + { + "pk": 10, + "model": "auth.permission", + "fields": { + "codename": "add_contenttype", + "name": "Can add content type", + "content_type": 4 + } + }, + { + "pk": 11, + "model": "auth.permission", + "fields": { + "codename": "change_contenttype", + "name": "Can change content type", + "content_type": 4 + } + }, + { + "pk": 12, + "model": "auth.permission", + "fields": { + "codename": "delete_contenttype", + "name": "Can delete content type", + "content_type": 4 + } + }, + { + "pk": 22, + "model": "auth.permission", + "fields": { + "codename": "add_event", + "name": "Can add event", + "content_type": 9 + } + }, + { + "pk": 29, + "model": "auth.permission", + "fields": { + "codename": "change_event", + "name": "Can change event", + "content_type": 9 + } + }, + { + "pk": 36, + "model": "auth.permission", + "fields": { + "codename": "delete_event", + "name": "Can delete event", + "content_type": 9 + } + }, + { + "pk": 23, + "model": "auth.permission", + "fields": { + "codename": "add_league", + "name": "Can add league", + "content_type": 12 + } + }, + { + "pk": 30, + "model": "auth.permission", + "fields": { + "codename": "change_league", + "name": "Can change league", + "content_type": 12 + } + }, + { + "pk": 37, + "model": "auth.permission", + "fields": { + "codename": "delete_league", + "name": "Can delete league", + "content_type": 12 + } + }, + { + "pk": 24, + "model": "auth.permission", + "fields": { + "codename": "add_match", + "name": "Can add match", + "content_type": 10 + } + }, + { + "pk": 31, + "model": "auth.permission", + "fields": { + "codename": "change_match", + "name": "Can change match", + "content_type": 10 + } + }, + { + "pk": 38, + "model": "auth.permission", + "fields": { + "codename": "delete_match", + "name": "Can delete match", + "content_type": 10 + } + }, + { + "pk": 25, + "model": "auth.permission", + "fields": { + "codename": "add_matchteam", + "name": "Can add match team", + "content_type": 11 + } + }, + { + "pk": 32, + "model": "auth.permission", + "fields": { + "codename": "change_matchteam", + "name": "Can change match team", + "content_type": 11 + } + }, + { + "pk": 39, + "model": "auth.permission", + "fields": { + "codename": "delete_matchteam", + "name": "Can delete match team", + "content_type": 11 + } + }, + { + "pk": 26, + "model": "auth.permission", + "fields": { + "codename": "add_star", + "name": "Can add star", + "content_type": 8 + } + }, + { + "pk": 33, + "model": "auth.permission", + "fields": { + "codename": "change_star", + "name": "Can change star", + "content_type": 8 + } + }, + { + "pk": 40, + "model": "auth.permission", + "fields": { + "codename": "delete_star", + "name": "Can delete star", + "content_type": 8 + } + }, + { + "pk": 27, + "model": "auth.permission", + "fields": { + "codename": "add_team", + "name": "Can add team", + "content_type": 13 + } + }, + { + "pk": 34, + "model": "auth.permission", + "fields": { + "codename": "change_team", + "name": "Can change team", + "content_type": 13 + } + }, + { + "pk": 41, + "model": "auth.permission", + "fields": { + "codename": "delete_team", + "name": "Can delete team", + "content_type": 13 + } + }, + { + "pk": 28, + "model": "auth.permission", + "fields": { + "codename": "add_teampoints", + "name": "Can add team points", + "content_type": 14 + } + }, + { + "pk": 35, + "model": "auth.permission", + "fields": { + "codename": "change_teampoints", + "name": "Can change team points", + "content_type": 14 + } + }, + { + "pk": 42, + "model": "auth.permission", + "fields": { + "codename": "delete_teampoints", + "name": "Can delete team points", + "content_type": 14 + } + }, + { + "pk": 13, + "model": "auth.permission", + "fields": { + "codename": "add_session", + "name": "Can add session", + "content_type": 5 + } + }, + { + "pk": 14, + "model": "auth.permission", + "fields": { + "codename": "change_session", + "name": "Can change session", + "content_type": 5 + } + }, + { + "pk": 15, + "model": "auth.permission", + "fields": { + "codename": "delete_session", + "name": "Can delete session", + "content_type": 5 + } + }, + { + "pk": 16, + "model": "auth.permission", + "fields": { + "codename": "add_site", + "name": "Can add site", + "content_type": 6 + } + }, + { + "pk": 17, + "model": "auth.permission", + "fields": { + "codename": "change_site", + "name": "Can change site", + "content_type": 6 + } + }, + { + "pk": 18, + "model": "auth.permission", + "fields": { + "codename": "delete_site", + "name": "Can delete site", + "content_type": 6 + } + }, + { + "pk": 1, + "model": "auth.user", + "fields": { + "username": "james", + "first_name": "", + "last_name": "", + "is_active": true, + "is_superuser": true, + "is_staff": true, + "last_login": "2012-05-29T04:24:52.798Z", + "groups": [], + "user_permissions": [], + "password": "pbkdf2_sha256$10000$wu5YuW4EG5sl$QL19qaqvcKcU5rHKOLtec4zWFWY4v374U+r4KLIum4Y=", + "email": "james.p.turk@gmail.com", + "date_joined": "2012-05-29T02:27:59.535Z" + } + }, + { + "pk": 2, + "model": "auth.user", + "fields": { + "username": "erin", + "first_name": "", + "last_name": "", + "is_active": true, + "is_superuser": false, + "is_staff": false, + "last_login": "2012-05-29T02:27:59.626Z", + "groups": [], + "user_permissions": [], + "password": "pbkdf2_sha256$10000$sLnush98C9ia$bvfdMXQsCo6TJuZ8pOtZilNEpdROoHAwT1CaPj95Te4=", + "email": "erin.braswell@gmail.com", + "date_joined": "2012-05-29T02:27:59.626Z" + } + }, + { + "pk": 3, + "model": "auth.user", + "fields": { + "username": "kevin", + "first_name": "", + "last_name": "", + "is_active": true, + "is_superuser": false, + "is_staff": false, + "last_login": "2012-05-29T02:27:59.702Z", + "groups": [], + "user_permissions": [], + "password": "pbkdf2_sha256$10000$iGSMAqwzi33a$4cS6QYGKfg98WtEXp9VpXOFcmnCRaxJwKTWM1rP21rU=", + "email": "kevin.wohlgenant@gmail.com", + "date_joined": "2012-05-29T02:27:59.702Z" + } + }, + { + "pk": "aw", + "model": "game.star", + "fields": { + "division": "raw", + "title": null, + "name": "A. W.", + "photo_url": "http://www.wwe.com/superstars/aw/f/styles/superstar_large/public/talent/profile/2012/04/abrahamwashington_1_full.png" + } + }, + { + "pk": "abdullahthebutcher", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Abdullah the Butcher", + "photo_url": "http://www.wwe.com/superstars/abdullahthebutcher/f/styles/superstar_large/public/talent/profile/2012/02/abdullahthebutcher_1_full.png" + } + }, + { + "pk": "aj", + "model": "game.star", + "fields": { + "division": "divas", + "title": null, + "name": "AJ", + "photo_url": "http://www.wwe.com/superstars/divas/aj/f/styles/superstar_large/public/talent/profile/2012/02/aj_1_full.png" + } + }, + { + "pk": "aksana", + "model": "game.star", + "fields": { + "division": "divas", + "title": null, + "name": "Aksana", + "photo_url": "http://www.wwe.com/superstars/divas/aksana/f/styles/superstar_large/public/talent/profile/2012/02/aksana_1_full.png" + } + }, + { + "pk": "albertodelrio", + "model": "game.star", + "fields": { + "division": "smackdown", + "title": null, + "name": "Alberto Del Rio", + "photo_url": "http://www.wwe.com/superstars/albertodelrio/f/styles/superstar_large/public/talent/profile/2012/02/albertodelrio_1_full.png" + } + }, + { + "pk": "alexriley", + "model": "game.star", + "fields": { + "division": "raw", + "title": null, + "name": "Alex Riley", + "photo_url": "http://www.wwe.com/superstars/alexriley/f/styles/superstar_large/public/talent/profile/2012/02/alexriley_1_full.png" + } + }, + { + "pk": "aliciafox", + "model": "game.star", + "fields": { + "division": "divas", + "title": null, + "name": "Alicia Fox", + "photo_url": "http://www.wwe.com/superstars/divas/aliciafox/f/styles/superstar_large/public/talent/profile/2012/02/aliciafox_1_full.png" + } + }, + { + "pk": "andrethegiant", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Andre the Giant", + "photo_url": "http://www.wwe.com/superstars/andrethegiant/f/styles/superstar_large/public/talent/profile/2012/02/andrethegiant_1_full.png" + } + }, + { + "pk": "antoninorocca", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Antonino Rocca", + "photo_url": "http://www.wwe.com/superstars/antoninorocca/f/styles/superstar_large/public/talent/profile/2012/02/antoniorocca_1_full.png" + } + }, + { + "pk": "antoniocesaro", + "model": "game.star", + "fields": { + "division": "smackdown", + "title": null, + "name": "Antonio Cesaro", + "photo_url": "http://www.wwe.com/superstars/antoniocesaro/f/styles/superstar_large/public/talent/profile/2012/04/antoniocesaro_1_full_2012426.png" + } + }, + { + "pk": "antonioinoki", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Antonio Inoki", + "photo_url": "http://www.wwe.com/superstars/antonioinoki/f/styles/superstar_large/public/talent/profile/2012/02/antonioinoki_1_full.png" + } + }, + { + "pk": "arnoldskaaland", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Arnold Skaaland", + "photo_url": "http://www.wwe.com/superstars/arnoldskaaland/f/styles/superstar_large/public/talent/profile/2012/02/arnoldskaaland_1_full.png" + } + }, + { + "pk": "baronmikelscicluna", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Baron Mikel Scicluna", + "photo_url": "http://www.wwe.com/superstars/baronmikelscicluna/f/styles/superstar_large/public/talent/profile/2012/02/baronmikel_1_full.png" + } + }, + { + "pk": "batista", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Batista", + "photo_url": "http://www.wwe.com/superstars/batista/f/styles/superstar_large/public/talent/profile/2012/02/batista_1_full.png" + } + }, + { + "pk": "bethphoenix", + "model": "game.star", + "fields": { + "division": "divas", + "title": null, + "name": "Beth Phoenix", + "photo_url": "http://www.wwe.com/superstars/divas/bethphoenix/f/styles/superstar_large/public/talent/profile/2012/02/bethphoenix_1_full.png" + } + }, + { + "pk": "bigdaddyv", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Big Daddy V", + "photo_url": "http://www.wwe.com/superstars/bigdaddyv/f/styles/superstar_large/public/talent/profile/2012/02/bigdaddyv_1_full.png" + } + }, + { + "pk": "bigjohnstudd", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Big John Studd", + "photo_url": "http://www.wwe.com/superstars/bigjohnstudd/f/styles/superstar_large/public/talent/profile/2012/02/bigjohnstudd_1_full.png" + } + }, + { + "pk": "bigshow", + "model": "game.star", + "fields": { + "division": "raw", + "title": null, + "name": "Big Show", + "photo_url": "http://www.wwe.com/superstars/bigshow/f/styles/superstar_large/public/talent/profile/2012/02/bigshow_2_full.png" + } + }, + { + "pk": "billdemott", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Bill DeMott", + "photo_url": "http://www.wwe.com/superstars/billdemott/f/styles/superstar_large/public/talent/profile/2012/02/billdemott_1_full.png" + } + }, + { + "pk": "billwatts", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Bill Watts", + "photo_url": "http://www.wwe.com/superstars/billwatts/f/styles/superstar_large/public/talent/profile/2012/04/billwatts_1_full.png" + } + }, + { + "pk": "superstarbillygraham", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Billy Graham", + "photo_url": "http://www.wwe.com/superstars/superstarbillygraham/f/styles/superstar_large/public/talent/profile/2012/02/billygraham_1_full.png" + } + }, + { + "pk": "billykidman", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Billy Kidman", + "photo_url": "http://www.wwe.com/superstars/billykidman/f/styles/superstar_large/public/talent/profile/2012/02/billykidman_1_full.png" + } + }, + { + "pk": "blackjacks", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "The Blackjacks", + "photo_url": "http://www.wwe.com/superstars/blackjacks/f/styles/superstar_large/public/talent/profile/2012/02/blackjack_1_full.png" + } + }, + { + "pk": "bobarmstrong", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Bob Armstrong", + "photo_url": "http://www.wwe.com/superstars/bobarmstrong/f/styles/superstar_large/public/talent/profile/2012/02/bobarmstrong_1_full.png" + } + }, + { + "pk": "bobortonjr", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Bob Orton Jr.", + "photo_url": "http://www.wwe.com/superstars/bobortonjr/f/styles/superstar_large/public/talent/profile/2012/02/bobortonjr_1_full.png" + } + }, + { + "pk": "bobuecker", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Bob Uecker", + "photo_url": "http://www.wwe.com/superstars/bobuecker/f/styles/superstar_large/public/talent/profile/2012/02/bobuecker_1_full.png" + } + }, + { + "pk": "bobbyheenan", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Bobby Heenan", + "photo_url": "http://www.wwe.com/superstars/bobbyheenan/f/styles/superstar_large/public/talent/profile/2012/02/bobbyheenan_1_full.png" + } + }, + { + "pk": "bobobrazil", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Bobo Brazil", + "photo_url": "http://www.wwe.com/superstars/bobobrazil/f/styles/superstar_large/public/talent/profile/2012/02/bobobrazil_1_full.png" + } + }, + { + "pk": "boogeyman", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Boogeyman", + "photo_url": "http://www.wwe.com/superstars/boogeyman/f/styles/superstar_large/public/talent/profile/2012/02/boogeyman_1_full.png" + } + }, + { + "pk": "bookert", + "model": "game.star", + "fields": { + "division": "smackdown", + "title": null, + "name": "Booker T", + "photo_url": "http://www.wwe.com/superstars/bookert/f/styles/superstar_large/public/talent/profile/2012/02/bookert_1_full.png" + } + }, + { + "pk": "brethart", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Bret Hart", + "photo_url": "http://www.wwe.com/superstars/brethart/f/styles/superstar_large/public/talent/profile/2012/02/brethart_1_full.png" + } + }, + { + "pk": "briebella", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Brie Bella", + "photo_url": "http://www.wwe.com/superstars/briebella/f/styles/superstar_large/public/talent/profile/2012/02/briebella_1_full.png" + } + }, + { + "pk": "britishbulldog", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "British Bulldog", + "photo_url": "http://www.wwe.com/superstars/britishbulldog/f/styles/superstar_large/public/talent/profile/2012/02/britishbulldog_1_full.png" + } + }, + { + "pk": "brock-lesnar", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Brock Lesnar", + "photo_url": "http://www.wwe.com/superstars/brock-lesnar/f/styles/superstar_large/public/talent/profile/2012/04/brocklesnar_1_full_2012430.png" + } + }, + { + "pk": "brodusclay", + "model": "game.star", + "fields": { + "division": "raw", + "title": null, + "name": "Brodus Clay", + "photo_url": "http://www.wwe.com/superstars/brodusclay/f/styles/superstar_large/public/talent/profile/2012/02/brodusclay_1_full.png" + } + }, + { + "pk": "brooklyn-brawler", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Brooklyn Brawler", + "photo_url": "http://www.wwe.com/superstars/brooklyn-brawler/f/styles/superstar_large/public/talent/profile/2012/04/brooklynbrawler_1_full.png" + } + }, + { + "pk": "buddyrogers", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Buddy Rogers", + "photo_url": "http://www.wwe.com/superstars/buddyrogers/f/styles/superstar_large/public/talent/profile/2012/02/buddyrogers_1_full.png" + } + }, + { + "pk": "buddyrose", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Buddy Rose", + "photo_url": "http://www.wwe.com/superstars/buddyrose/f/styles/superstar_large/public/talent/profile/2012/02/buddyrose_1_full.png" + } + }, + { + "pk": "the-bushwhackers", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "The Bushwhackers", + "photo_url": "http://www.wwe.com/superstars/the-bushwhackers/f/styles/superstar_large/public/talent/profile/2012/02/bushwackers2_1_full.png" + } + }, + { + "pk": "butchreed", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Butch Reed", + "photo_url": "http://www.wwe.com/superstars/butchreed/f/styles/superstar_large/public/talent/profile/2012/02/butchreed_1_full.png" + } + }, + { + "pk": "camacho", + "model": "game.star", + "fields": { + "division": "smackdown", + "title": null, + "name": "Camacho", + "photo_url": "http://www.wwe.com/superstars/camacho/f/styles/superstar_large/public/talent/profile/2012/02/camacho_1_full.png" + } + }, + { + "pk": "cameron", + "model": "game.star", + "fields": { + "division": "divas", + "title": null, + "name": "Cameron", + "photo_url": "http://www.wwe.com/superstars/divas/cameron/f/styles/superstar_large/public/talent/profile/2012/04/cameron_1_full.png" + } + }, + { + "pk": "candice", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Candice", + "photo_url": "http://www.wwe.com/superstars/candice/f/styles/superstar_large/public/talent/profile/2012/02/candice_1_full.png" + } + }, + { + "pk": "captainloualbano", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Captain Lou Albano", + "photo_url": "http://www.wwe.com/superstars/captainloualbano/f/styles/superstar_large/public/talent/profile/2012/02/captainloualbano_1_full.png" + } + }, + { + "pk": "cherry", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Cherry", + "photo_url": "http://www.wwe.com/superstars/cherry/f/styles/superstar_large/public/talent/profile/2012/02/Cher_1_full.png" + } + }, + { + "pk": "chiefjaystrongbow", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Chief Jay Strongbow", + "photo_url": "http://www.wwe.com/superstars/chiefjaystrongbow/f/styles/superstar_large/public/talent/profile/2012/04/chiefjaystrongbow_1_full.png" + } + }, + { + "pk": "chrisjericho", + "model": "game.star", + "fields": { + "division": "raw", + "title": null, + "name": "Chris Jericho", + "photo_url": "http://www.wwe.com/superstars/chrisjericho/f/styles/superstar_large/public/talent/profile/2012/02/chrisjericho_1_full.png" + } + }, + { + "pk": "chrismasters", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Chris Masters", + "photo_url": "http://www.wwe.com/superstars/chrismasters/f/styles/superstar_large/public/talent/profile/2012/02/chrismasters_1_full.png" + } + }, + { + "pk": "christian", + "model": "game.star", + "fields": { + "division": "smackdown", + "title": "ic", + "name": "Christian", + "photo_url": "http://www.wwe.com/superstars/christian/f/styles/superstar_large/public/talent/profile/2012/02/christian_1_full.png" + } + }, + { + "pk": "cmpunk", + "model": "game.star", + "fields": { + "division": "raw", + "title": "wwe", + "name": "CM Punk", + "photo_url": "http://www.wwe.com/superstars/cmpunk/f/styles/superstar_large/public/talent/profile/2012/02/cmpunk_3_full.png" + } + }, + { + "pk": "codyrhodes", + "model": "game.star", + "fields": { + "division": "smackdown", + "title": null, + "name": "Cody Rhodes", + "photo_url": "http://www.wwe.com/superstars/codyrhodes/f/styles/superstar_large/public/talent/profile/2012/02/codyrhodes_1_full.png" + } + }, + { + "pk": "curthawkins", + "model": "game.star", + "fields": { + "division": "raw", + "title": null, + "name": "Curt Hawkins", + "photo_url": "http://www.wwe.com/superstars/curthawkins/f/styles/superstar_large/public/talent/profile/2012/02/curthawkins_1_full.png" + } + }, + { + "pk": "curthennig", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Curt Hennig", + "photo_url": "http://www.wwe.com/superstars/curthennig/f/styles/superstar_large/public/talent/profile/2012/02/curthennig_1_full.png" + } + }, + { + "pk": "damien-sandow", + "model": "game.star", + "fields": { + "division": "smackdown", + "title": null, + "name": "Damien Sandow", + "photo_url": "http://www.wwe.com/superstars/damien-sandow/f/styles/superstar_large/public/talent/profile/2012/04/damiensandow_1_full.png" + } + }, + { + "pk": "danielbryan", + "model": "game.star", + "fields": { + "division": "smackdown", + "title": null, + "name": "Daniel Bryan", + "photo_url": "http://www.wwe.com/superstars/danielbryan/f/styles/superstar_large/public/talent/profile/2012/02/danielbryan_1_full.png" + } + }, + { + "pk": "darrenyoung", + "model": "game.star", + "fields": { + "division": "smackdown", + "title": null, + "name": "Darren Young", + "photo_url": "http://www.wwe.com/superstars/darrenyoung/f/styles/superstar_large/public/talent/profile/2012/05/darrenyoung_1_full_2012524.png" + } + }, + { + "pk": "dhsmith", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "David Hart Smith", + "photo_url": "http://www.wwe.com/superstars/dhsmith/f/styles/superstar_large/public/talent/profile/2012/02/dhsmith_1_full.png" + } + }, + { + "pk": "davidotunga", + "model": "game.star", + "fields": { + "division": "raw", + "title": null, + "name": "David Otunga", + "photo_url": "http://www.wwe.com/superstars/davidotunga/f/styles/superstar_large/public/talent/profile/2012/02/davidotunga_1_full.png" + } + }, + { + "pk": "dawnmarie", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Dawn Marie", + "photo_url": "http://www.wwe.com/superstars/dawnmarie/f/styles/superstar_large/public/talent/profile/2012/02/dawnmarie_1_full.png" + } + }, + { + "pk": "dean-malenko", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Dean Malenko", + "photo_url": "http://www.wwe.com/superstars/dean-malenko/f/styles/superstar_large/public/talent/profile/2012/02/deanmalenko_1_full.png" + } + }, + { + "pk": "demolition", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Demolition", + "photo_url": "http://www.wwe.com/superstars/demolition/f/styles/superstar_large/public/talent/profile/2012/03/demolitionax_1_full.png" + } + }, + { + "pk": "derrickbateman", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Derrick Bateman", + "photo_url": "http://www.wwe.com/superstars/derrickbateman/f/styles/superstar_large/public/talent/profile/2012/02/derrickbateman_1_full.png" + } + }, + { + "pk": "ddp", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Diamond Dallas Page", + "photo_url": "http://www.wwe.com/superstars/ddp/f/styles/superstar_large/public/talent/profile/2012/02/diamonddallaspage_1_full.png" + } + }, + { + "pk": "doink", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Doink The Clown", + "photo_url": "http://www.wwe.com/superstars/doink/f/styles/superstar_large/public/talent/profile/2012/02/doink_1_full.png" + } + }, + { + "pk": "dolphziggler", + "model": "game.star", + "fields": { + "division": "raw", + "title": null, + "name": "Dolph Ziggler", + "photo_url": "http://www.wwe.com/superstars/dolphziggler/f/styles/superstar_large/public/talent/profile/2012/02/dolphziggler_3_full.png" + } + }, + { + "pk": "donmuraco", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Don Muraco", + "photo_url": "http://www.wwe.com/superstars/donmuraco/f/styles/superstar_large/public/talent/profile/2012/02/donmuraco_1_full.png" + } + }, + { + "pk": "drdeath", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Dr. Death", + "photo_url": "http://www.wwe.com/superstars/drdeath/f/styles/superstar_large/public/talent/profile/2012/02/drdeath_1_full.png" + } + }, + { + "pk": "drewcarey", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Drew Carey", + "photo_url": "http://www.wwe.com/superstars/drewcarey/f/styles/superstar_large/public/talent/profile/2012/02/drewcarey_1_full.png" + } + }, + { + "pk": "drewmcintyre", + "model": "game.star", + "fields": { + "division": "smackdown", + "title": null, + "name": "Drew McIntyre", + "photo_url": "http://www.wwe.com/superstars/drewmcintyre/f/styles/superstar_large/public/talent/profile/2012/02/drewmcintyre_1_full.png" + } + }, + { + "pk": "dukedroese", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Duke Droese", + "photo_url": "http://www.wwe.com/superstars/dukedroese/f/styles/superstar_large/public/talent/profile/2012/02/dukedroese_1_full.png" + } + }, + { + "pk": "dustyrhodes", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Dusty Rhodes", + "photo_url": "http://www.wwe.com/superstars/dustyrhodes/f/styles/superstar_large/public/talent/profile/2012/02/dustyrhodes_1_full.png" + } + }, + { + "pk": "therock", + "model": "game.star", + "fields": { + "division": "raw", + "title": null, + "name": "Dwayne \"The Rock\" Johnson", + "photo_url": "http://www.wwe.com/superstars/therock/f/styles/superstar_large/public/talent/profile/2012/02/therock_1_full.png" + } + }, + { + "pk": "earthquake", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Earthquake", + "photo_url": "http://www.wwe.com/superstars/earthquake/f/styles/superstar_large/public/talent/profile/2012/02/earthquake_1_full.png" + } + }, + { + "pk": "eddiegraham", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Eddie Graham", + "photo_url": "http://www.wwe.com/superstars/eddiegraham/f/styles/superstar_large/public/talent/profile/2012/02/eddiegraham_1_full.png" + } + }, + { + "pk": "eddieguerrero", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Eddie Guerrero", + "photo_url": "http://www.wwe.com/superstars/eddieguerrero/f/styles/superstar_large/public/talent/profile/2012/02/eddieguerrero_1_full.png" + } + }, + { + "pk": "edge", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Edge", + "photo_url": "http://www.wwe.com/superstars/edge/f/styles/superstar_large/public/talent/profile/2012/02/edge_1_full.png" + } + }, + { + "pk": "epico", + "model": "game.star", + "fields": { + "division": "raw", + "title": null, + "name": "Epico", + "photo_url": "http://www.wwe.com/superstars/epico/f/styles/superstar_large/public/talent/profile/2012/02/epico_1_full.png" + } + }, + { + "pk": "ernieladd", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Ernie Ladd", + "photo_url": "http://www.wwe.com/superstars/ernieladd/f/styles/superstar_large/public/talent/profile/2012/02/ernieladd_1_full.png" + } + }, + { + "pk": "evanbourne", + "model": "game.star", + "fields": { + "division": "raw", + "title": null, + "name": "Evan Bourne", + "photo_url": "http://www.wwe.com/superstars/evanbourne/f/styles/superstar_large/public/talent/profile/2012/02/evanbourne_1_full.png" + } + }, + { + "pk": "eve", + "model": "game.star", + "fields": { + "division": "divas", + "title": null, + "name": "Eve", + "photo_url": "http://www.wwe.com/superstars/divas/eve/f/styles/superstar_large/public/talent/profile/2012/04/eve_1_full.png" + } + }, + { + "pk": "ezekieljackson", + "model": "game.star", + "fields": { + "division": "smackdown", + "title": null, + "name": "Ezekiel Jackson", + "photo_url": "http://www.wwe.com/superstars/ezekieljackson/f/styles/superstar_large/public/talent/profile/2012/02/ezekialjackson_1_full.png" + } + }, + { + "pk": "fabulousmoolah", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Fabulous Moolah", + "photo_url": "http://www.wwe.com/superstars/fabulousmoolah/f/styles/superstar_large/public/talent/profile/2012/02/fabulousmoolah_1_full.png" + } + }, + { + "pk": "the-four-horsemen", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Four Horsemen", + "photo_url": "http://www.wwe.com/superstars/the-four-horsemen/f/styles/superstar_large/public/talent/profile/2012/02/arnanderson_1_full.png" + } + }, + { + "pk": "freddieblassie", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Freddie Blassie", + "photo_url": "http://www.wwe.com/superstars/freddieblassie/f/styles/superstar_large/public/talent/profile/2012/02/freddieblassie_1_full.png" + } + }, + { + "pk": "thefunks", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "The Funks", + "photo_url": "http://www.wwe.com/superstars/thefunks/f/styles/superstar_large/public/talent/profile/2012/02/terryfunk_1_full.png" + } + }, + { + "pk": "geneokerlund", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Gene Okerlund", + "photo_url": "http://www.wwe.com/superstars/geneokerlund/f/styles/superstar_large/public/talent/profile/2012/02/meangene_1_full.png" + } + }, + { + "pk": "georgesteele", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "George Steele", + "photo_url": "http://www.wwe.com/superstars/georgesteele/f/styles/superstar_large/public/talent/profile/2012/02/georgesteele_1_full.png" + } + }, + { + "pk": "geraldbrisco", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Gerald Brisco", + "photo_url": "http://www.wwe.com/superstars/geraldbrisco/f/styles/superstar_large/public/talent/profile/2012/02/geraldbrisco_1_full.png" + } + }, + { + "pk": "gillberg", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Gillberg", + "photo_url": "http://www.wwe.com/superstars/gillberg/f/styles/superstar_large/public/talent/profile/2012/02/gillberg_1_full.png" + } + }, + { + "pk": "gobbledygooker", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Gobbledy Gooker", + "photo_url": "http://www.wwe.com/superstars/gobbledygooker/f/styles/superstar_large/public/talent/profile/2012/02/gobbeldygooker_1_full.png" + } + }, + { + "pk": "goldberg", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Goldberg", + "photo_url": "http://www.wwe.com/superstars/goldberg/f/styles/superstar_large/public/talent/profile/2012/02/goldberg_1_full.png" + } + }, + { + "pk": "goldust", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Goldust", + "photo_url": "http://www.wwe.com/superstars/goldust/f/styles/superstar_large/public/talent/profile/2012/02/goldust_3_full.png" + } + }, + { + "pk": "gordonsolie", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Gordon Solie", + "photo_url": "http://www.wwe.com/superstars/gordonsolie/f/styles/superstar_large/public/talent/profile/2012/02/gordonsolie_1_full.png" + } + }, + { + "pk": "gorgeousgeorge", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Gorgeous George", + "photo_url": "http://www.wwe.com/superstars/gorgeousgeorge/f/styles/superstar_large/public/talent/profile/2012/02/gorgeousgeorge_1_full.png" + } + }, + { + "pk": "gorillamonsoon", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Gorilla Monsoon", + "photo_url": "http://www.wwe.com/superstars/gorillamonsoon/f/styles/superstar_large/public/talent/profile/2012/02/gorillamonsoon_1_full.png" + } + }, + { + "pk": "thegrandwizard", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "The Grand Wizard", + "photo_url": "http://www.wwe.com/superstars/thegrandwizard/f/styles/superstar_large/public/talent/profile/2012/02/thegrandwizard_1_full.png" + } + }, + { + "pk": "thegreatkhali", + "model": "game.star", + "fields": { + "division": "smackdown", + "title": null, + "name": "The Great Khali", + "photo_url": "http://www.wwe.com/superstars/thegreatkhali/f/styles/superstar_large/public/talent/profile/2012/02/thegreatkhali_3_full.png" + } + }, + { + "pk": "gregvalentine", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Greg Valentine", + "photo_url": "http://www.wwe.com/superstars/gregvalentine/f/styles/superstar_large/public/talent/profile/2012/02/gregvalentine_1_full.png" + } + }, + { + "pk": "hacksawjimduggan", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Hacksaw Jim Duggan", + "photo_url": "http://www.wwe.com/superstars/hacksawjimduggan/f/styles/superstar_large/public/talent/profile/2012/02/hacksawjimduggan_1_full.png" + } + }, + { + "pk": "harleyrace", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Harley Race", + "photo_url": "http://www.wwe.com/superstars/harleyrace/f/styles/superstar_large/public/talent/profile/2012/02/harleyrace_1_full.png" + } + }, + { + "pk": "heathslater", + "model": "game.star", + "fields": { + "division": "smackdown", + "title": null, + "name": "Heath Slater", + "photo_url": "http://www.wwe.com/superstars/heathslater/f/styles/superstar_large/public/talent/profile/2012/02/heathslater_1_full.png" + } + }, + { + "pk": "petermaivia", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "High Chief Peter Maivia", + "photo_url": "http://www.wwe.com/superstars/petermaivia/f/styles/superstar_large/public/talent/profile/2012/02/highchiefpetermavia_1_full.png" + } + }, + { + "pk": "hornswoggle", + "model": "game.star", + "fields": { + "division": "smackdown", + "title": null, + "name": "Hornswoggle", + "photo_url": "http://www.wwe.com/superstars/hornswoggle/f/styles/superstar_large/public/talent/profile/2012/02/hornswoggle_1_full.png" + } + }, + { + "pk": "howardfinkel", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Howard Finkel", + "photo_url": "http://www.wwe.com/superstars/howardfinkel/f/styles/superstar_large/public/talent/profile/2012/03/howardfinkel_1_full.png" + } + }, + { + "pk": "hulkhogan", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Hulk Hogan", + "photo_url": "http://www.wwe.com/superstars/hulkhogan/f/styles/superstar_large/public/talent/profile/2012/02/hulkhogan_1_full.png" + } + }, + { + "pk": "hunico", + "model": "game.star", + "fields": { + "division": "smackdown", + "title": null, + "name": "Hunico", + "photo_url": "http://www.wwe.com/superstars/hunico/f/styles/superstar_large/public/talent/profile/2012/02/hunico_1_full.png" + } + }, + { + "pk": "thehurricane", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "The Hurricane", + "photo_url": "http://www.wwe.com/superstars/thehurricane/f/styles/superstar_large/public/talent/profile/2012/02/hurricane_1_full.png" + } + }, + { + "pk": "theironsheik", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "The Iron Sheik", + "photo_url": "http://www.wwe.com/superstars/theironsheik/f/styles/superstar_large/public/talent/profile/2012/02/ironsheik_1_full.png" + } + }, + { + "pk": "irs", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Irwin R. Schyster", + "photo_url": "http://www.wwe.com/superstars/irs/f/styles/superstar_large/public/talent/profile/2012/02/IRS_1_full.png" + } + }, + { + "pk": "ivanputski", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Ivan Putski", + "photo_url": "http://www.wwe.com/superstars/ivanputski/f/styles/superstar_large/public/talent/profile/2012/02/ivanputski_1_full.png" + } + }, + { + "pk": "ivory", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Ivory", + "photo_url": "http://www.wwe.com/superstars/ivory/f/styles/superstar_large/public/talent/profile/2012/02/ivory_1_full.png" + } + }, + { + "pk": "jackbrisco", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Jack Brisco", + "photo_url": "http://www.wwe.com/superstars/jackbrisco/f/styles/superstar_large/public/talent/profile/2012/02/jackbrisco_1_full.png" + } + }, + { + "pk": "jackswagger", + "model": "game.star", + "fields": { + "division": "raw", + "title": null, + "name": "Jack Swagger", + "photo_url": "http://www.wwe.com/superstars/jackswagger/f/styles/superstar_large/public/talent/profile/2012/02/jackswagger_1_full.png" + } + }, + { + "pk": "jakeroberts", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Jake \"The Snake\" Roberts", + "photo_url": "http://www.wwe.com/superstars/jakeroberts/f/styles/superstar_large/public/talent/profile/2012/02/jakethesnake_1_full.png" + } + }, + { + "pk": "jamesdudley", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "James Dudley", + "photo_url": "http://www.wwe.com/superstars/jamesdudley/f/styles/superstar_large/public/talent/profile/2012/02/jamesdudley_1_full.png" + } + }, + { + "pk": "jamienoble", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Jamie Noble", + "photo_url": "http://www.wwe.com/superstars/jamienoble/f/styles/superstar_large/public/talent/profile/2012/02/jamienoble_1_full.png" + } + }, + { + "pk": "jazz", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Jazz", + "photo_url": "http://www.wwe.com/superstars/jazz/f/styles/superstar_large/public/talent/profile/2012/02/jazz_1_full.png" + } + }, + { + "pk": "jbl", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "JBL", + "photo_url": "http://www.wwe.com/superstars/jbl/f/styles/superstar_large/public/talent/profile/2012/02/JBL_1_full.png" + } + }, + { + "pk": "jerrylawler", + "model": "game.star", + "fields": { + "division": "raw", + "title": null, + "name": "Jerry Lawler", + "photo_url": "http://www.wwe.com/superstars/jerrylawler/f/styles/superstar_large/public/talent/profile/2012/02/jerrylawler_1_full.png" + } + }, + { + "pk": "jesseventura", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Jesse Ventura", + "photo_url": "http://www.wwe.com/superstars/jesseventura/f/styles/superstar_large/public/talent/profile/2012/02/jesseventura_1_full.png" + } + }, + { + "pk": "jeyuso", + "model": "game.star", + "fields": { + "division": "smackdown", + "title": null, + "name": "Jey Uso", + "photo_url": "http://www.wwe.com/superstars/jeyuso/f/styles/superstar_large/public/talent/profile/2012/02/jeyuso_1_full.png" + } + }, + { + "pk": "jillian", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Jillian", + "photo_url": "http://www.wwe.com/superstars/jillian/f/styles/superstar_large/public/talent/profile/2012/02/jillianhall_1_full.png" + } + }, + { + "pk": "jimross", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Jim Ross", + "photo_url": "http://www.wwe.com/superstars/jimross/f/styles/superstar_large/public/talent/profile/2012/02/jimross_1_full.png" + } + }, + { + "pk": "jimmyhart", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Jimmy Hart", + "photo_url": "http://www.wwe.com/superstars/jimmyhart/f/styles/superstar_large/public/talent/profile/2012/02/jimmyhart_1_full.png" + } + }, + { + "pk": "jimmysnuka", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Jimmy Snuka", + "photo_url": "http://www.wwe.com/superstars/jimmysnuka/f/styles/superstar_large/public/talent/profile/2012/02/jimmysnuka_1_full.png" + } + }, + { + "pk": "jimmyuso", + "model": "game.star", + "fields": { + "division": "smackdown", + "title": null, + "name": "Jimmy Uso", + "photo_url": "http://www.wwe.com/superstars/jimmyuso/f/styles/superstar_large/public/talent/profile/2012/02/jimmyuso_1_full.png" + } + }, + { + "pk": "jindermahal", + "model": "game.star", + "fields": { + "division": "smackdown", + "title": null, + "name": "Jinder Mahal", + "photo_url": "http://www.wwe.com/superstars/jindermahal/f/styles/superstar_large/public/talent/profile/2012/02/jindermahal_1_full.png" + } + }, + { + "pk": "joey-mercury", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Joey Mercury", + "photo_url": "http://www.wwe.com/superstars/joey-mercury/f/styles/superstar_large/public/talent/profile/2012/02/joeymercury_1_full.png" + } + }, + { + "pk": "joey-styles", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Joey Styles", + "photo_url": "http://www.wwe.com/superstars/joey-styles/f/styles/superstar_large/public/talent/profile/2012/04/joeystyles_1_full.png" + } + }, + { + "pk": "johncena", + "model": "game.star", + "fields": { + "division": "raw", + "title": null, + "name": "John Cena", + "photo_url": "http://www.wwe.com/superstars/johncena/f/styles/superstar_large/public/talent/profile/2012/04/johncena_1_full.png" + } + }, + { + "pk": "john-laurinaitis", + "model": "game.star", + "fields": { + "division": "raw", + "title": null, + "name": "John Laurinaitis", + "photo_url": "http://www.wwe.com/superstars/john-laurinaitis/f/styles/superstar_large/public/talent/profile/2012/02/johnlaurinaitis_1_full.png" + } + }, + { + "pk": "johnmorrison", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "John Morrison", + "photo_url": "http://www.wwe.com/superstars/johnmorrison/f/styles/superstar_large/public/talent/profile/2012/02/johnmorrison_1_full.png" + } + }, + { + "pk": "johnnycurtis", + "model": "game.star", + "fields": { + "division": "smackdown", + "title": null, + "name": "Johnny Curtis", + "photo_url": "http://www.wwe.com/superstars/johnnycurtis/f/styles/superstar_large/public/talent/profile/2012/02/johnnycurtis_1_full.png" + } + }, + { + "pk": "johnnyrodz", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Johnny Rodz", + "photo_url": "http://www.wwe.com/superstars/johnnyrodz/f/styles/superstar_large/public/talent/profile/2012/02/johnnyrodz_1_full.png" + } + }, + { + "pk": "jonathancoachman", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Jonathan Coachman", + "photo_url": "http://www.wwe.com/superstars/jonathancoachman/f/styles/superstar_large/public/talent/profile/2012/02/coach_1_full.png" + } + }, + { + "pk": "joshmathews", + "model": "game.star", + "fields": { + "division": "smackdown", + "title": null, + "name": "Josh Mathews", + "photo_url": "http://www.wwe.com/superstars/joshmathews/f/styles/superstar_large/public/talent/profile/2012/02/joshmathews_1_full.png" + } + }, + { + "pk": "jtg", + "model": "game.star", + "fields": { + "division": "raw", + "title": null, + "name": "JTG", + "photo_url": "http://www.wwe.com/superstars/jtg/f/styles/superstar_large/public/talent/profile/2012/02/jtg_1_full.png" + } + }, + { + "pk": "junkyarddog", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Junkyard Dog", + "photo_url": "http://www.wwe.com/superstars/junkyarddog/f/styles/superstar_large/public/talent/profile/2012/02/junkyarddog_1_full.png" + } + }, + { + "pk": "justingabriel", + "model": "game.star", + "fields": { + "division": "smackdown", + "title": null, + "name": "Justin Gabriel", + "photo_url": "http://www.wwe.com/superstars/justingabriel/f/styles/superstar_large/public/talent/profile/2012/02/justingabriel_1_full.png" + } + }, + { + "pk": "justinroberts", + "model": "game.star", + "fields": { + "division": "raw", + "title": null, + "name": "Justin Roberts", + "photo_url": "http://www.wwe.com/superstars/justinroberts/f/styles/superstar_large/public/talent/profile/2012/02/justinroberts_1_full.png" + } + }, + { + "pk": "kaitlyn", + "model": "game.star", + "fields": { + "division": "divas", + "title": null, + "name": "Kaitlyn", + "photo_url": "http://www.wwe.com/superstars/divas/kaitlyn/f/styles/superstar_large/public/talent/profile/2012/02/kaitlyn_1_full.png" + } + }, + { + "pk": "kamala", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Kamala", + "photo_url": "http://www.wwe.com/superstars/kamala/f/styles/superstar_large/public/talent/profile/2012/02/kamala_1_full.png" + } + }, + { + "pk": "kane", + "model": "game.star", + "fields": { + "division": "raw", + "title": null, + "name": "Kane", + "photo_url": "http://www.wwe.com/superstars/kane/f/styles/superstar_large/public/talent/profile/2012/02/kane_1_full.png" + } + }, + { + "pk": "kellykelly", + "model": "game.star", + "fields": { + "division": "divas", + "title": null, + "name": "Kelly Kelly", + "photo_url": "http://www.wwe.com/superstars/divas/kellykelly/f/styles/superstar_large/public/talent/profile/2012/02/kellykelly_1_full.png" + } + }, + { + "pk": "kevinnash", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Kevin Nash", + "photo_url": "http://www.wwe.com/superstars/kevinnash/f/styles/superstar_large/public/talent/profile/2012/02/kevinnash_1_full.png" + } + }, + { + "pk": "kharma", + "model": "game.star", + "fields": { + "division": "raw", + "title": null, + "name": "Kharma", + "photo_url": "http://www.wwe.com/superstars/kharma/f/styles/superstar_large/public/talent/profile/2012/02/kharma_1_full.png" + } + }, + { + "pk": "killerkowalski", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Killer Kowalski", + "photo_url": "http://www.wwe.com/superstars/killerkowalski/f/styles/superstar_large/public/talent/profile/2012/02/killerkowalski_1_full.png" + } + }, + { + "pk": "kingkongbundy", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "King Kong Bundy", + "photo_url": "http://www.wwe.com/superstars/kingkongbundy/f/styles/superstar_large/public/talent/profile/2012/02/kingkongbundy_1_full.png" + } + }, + { + "pk": "kofikingston", + "model": "game.star", + "fields": { + "division": "raw", + "title": "tag", + "name": "Kofi Kingston", + "photo_url": "http://www.wwe.com/superstars/kofikingston/f/styles/superstar_large/public/talent/profile/2012/02/kofikingston_1_full.png" + } + }, + { + "pk": "kokobware", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Koko B. Ware", + "photo_url": "http://www.wwe.com/superstars/kokobware/f/styles/superstar_large/public/talent/profile/2012/02/kokobware_1_full.png" + } + }, + { + "pk": "lancestorm", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Lance Storm", + "photo_url": "http://www.wwe.com/superstars/lancestorm/f/styles/superstar_large/public/talent/profile/2012/02/lancestorm_1_full.png" + } + }, + { + "pk": "layla", + "model": "game.star", + "fields": { + "division": "divas", + "title": "diva", + "name": "Layla", + "photo_url": "http://www.wwe.com/superstars/divas/layla/f/styles/superstar_large/public/talent/profile/2012/05/layla_1_full_2012525.png" + } + }, + { + "pk": "lex-luger", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Lex Luger", + "photo_url": "http://www.wwe.com/superstars/lex-luger/f/styles/superstar_large/public/talent/profile/2012/03/lexluger_1_full.png" + } + }, + { + "pk": "liliangarcia", + "model": "game.star", + "fields": { + "division": "divas", + "title": null, + "name": "Lilian Garcia", + "photo_url": "http://www.wwe.com/superstars/divas/liliangarcia/f/styles/superstar_large/public/talent/profile/2012/04/lilian_1_full.png" + } + }, + { + "pk": "lita", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Lita", + "photo_url": "http://www.wwe.com/superstars/lita/f/styles/superstar_large/public/talent/profile/2012/02/lita_1_full.png" + } + }, + { + "pk": "lunavachon", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Luna Vachon", + "photo_url": "http://www.wwe.com/superstars/lunavachon/f/styles/superstar_large/public/talent/profile/2012/02/lunavachon_1_full.png" + } + }, + { + "pk": "maeyoung", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Mae Young", + "photo_url": "http://www.wwe.com/superstars/maeyoung/f/styles/superstar_large/public/talent/profile/2012/02/maeyoung_1_full.png" + } + }, + { + "pk": "maria", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Maria", + "photo_url": "http://www.wwe.com/superstars/maria/f/styles/superstar_large/public/talent/profile/2012/02/maria_1_full.png" + } + }, + { + "pk": "markhenry", + "model": "game.star", + "fields": { + "division": "smackdown", + "title": null, + "name": "Mark Henry", + "photo_url": "http://www.wwe.com/superstars/markhenry/f/styles/superstar_large/public/talent/profile/2012/02/markhenry_1_full.png" + } + }, + { + "pk": "maryse", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Maryse", + "photo_url": "http://www.wwe.com/superstars/maryse/f/styles/superstar_large/public/talent/profile/2012/02/maryse_1_full.png" + } + }, + { + "pk": "masonryan", + "model": "game.star", + "fields": { + "division": "raw", + "title": null, + "name": "Mason Ryan", + "photo_url": "http://www.wwe.com/superstars/masonryan/f/styles/superstar_large/public/talent/profile/2012/02/masonryan_1_full.png" + } + }, + { + "pk": "mattstriker", + "model": "game.star", + "fields": { + "division": "smackdown", + "title": null, + "name": "Matt Striker", + "photo_url": "http://www.wwe.com/superstars/mattstriker/f/styles/superstar_large/public/talent/profile/2012/02/mattstriker_1_full.png" + } + }, + { + "pk": "mauricevachon", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Maurice \"Mad Dog\" Vachon", + "photo_url": "http://www.wwe.com/superstars/mauricevachon/f/styles/superstar_large/public/talent/profile/2012/02/maddogvachon_1_full.png" + } + }, + { + "pk": "maxine", + "model": "game.star", + "fields": { + "division": "divas", + "title": null, + "name": "Maxine", + "photo_url": "http://www.wwe.com/superstars/divas/maxine/f/styles/superstar_large/public/talent/profile/2012/02/maxine_1_full.png" + } + }, + { + "pk": "melina", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Melina", + "photo_url": "http://www.wwe.com/superstars/melina/f/styles/superstar_large/public/talent/profile/2012/02/melina_1_full.png" + } + }, + { + "pk": "michaelcole", + "model": "game.star", + "fields": { + "division": "raw", + "title": null, + "name": "Michael Cole", + "photo_url": "http://www.wwe.com/superstars/michaelcole/f/styles/superstar_large/public/talent/profile/2012/02/michaelcole_1_full.png" + } + }, + { + "pk": "michaelmcgillicutty", + "model": "game.star", + "fields": { + "division": "raw", + "title": null, + "name": "Michael McGillicutty", + "photo_url": "http://www.wwe.com/superstars/michaelmcgillicutty/f/styles/superstar_large/public/talent/profile/2012/02/mcguillicutty_1_full.png" + } + }, + { + "pk": "michellemccool", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Michelle McCool", + "photo_url": "http://www.wwe.com/superstars/michellemccool/f/styles/superstar_large/public/talent/profile/2012/02/michellemccool_1_full.png" + } + }, + { + "pk": "mickfoley", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Mick Foley", + "photo_url": "http://www.wwe.com/superstars/mickfoley/f/styles/superstar_large/public/talent/profile/2012/02/mickfoley_1_full.png" + } + }, + { + "pk": "mike-tyson", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Mike Tyson", + "photo_url": "http://www.wwe.com/superstars/mike-tyson/f/styles/superstar_large/public/talent/profile/2012/02/miketyson_1_full.png" + } + }, + { + "pk": "mil-mascaras", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Mil M\u00e1scaras", + "photo_url": "http://www.wwe.com/superstars/mil-mascaras/f/styles/superstar_large/public/talent/profile/2012/02/milmascaras_1_full.png" + } + }, + { + "pk": "themilliondollarman", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "The Million Dollar Man", + "photo_url": "http://www.wwe.com/superstars/themilliondollarman/f/styles/superstar_large/public/talent/profile/2012/02/milliondollarman_1_full.png" + } + }, + { + "pk": "misselizabeth", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Miss Elizabeth", + "photo_url": "http://www.wwe.com/superstars/misselizabeth/f/styles/superstar_large/public/talent/profile/2012/02/misselizabeth_1_full.png" + } + }, + { + "pk": "missinglink", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Missing Link", + "photo_url": "http://www.wwe.com/superstars/missinglink/f/styles/superstar_large/public/talent/profile/2012/02/missinglink_1_full.png" + } + }, + { + "pk": "themiz", + "model": "game.star", + "fields": { + "division": "raw", + "title": null, + "name": "The Miz", + "photo_url": "http://www.wwe.com/superstars/themiz/f/styles/superstar_large/public/talent/profile/2012/02/themiz_1_full.png" + } + }, + { + "pk": "mollyholly", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Molly Holly", + "photo_url": "http://www.wwe.com/superstars/mollyholly/f/styles/superstar_large/public/talent/profile/2012/02/mollyholly_1_full.png" + } + }, + { + "pk": "mrfuji", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Mr. Fuji", + "photo_url": "http://www.wwe.com/superstars/mrfuji/f/styles/superstar_large/public/talent/profile/2012/02/mrfuji_1_full.png" + } + }, + { + "pk": "mrmcmahon", + "model": "game.star", + "fields": { + "division": "raw", + "title": null, + "name": "Mr. McMahon", + "photo_url": "http://www.wwe.com/superstars/mrmcmahon/f/styles/superstar_large/public/talent/profile/2012/02/mrmcmahon_1_full.png" + } + }, + { + "pk": "naomi", + "model": "game.star", + "fields": { + "division": "divas", + "title": null, + "name": "Naomi", + "photo_url": "http://www.wwe.com/superstars/naomi/f/styles/superstar_large/public/talent/profile/2012/04/naomi_1_full_04192012.png" + } + }, + { + "pk": "natalya", + "model": "game.star", + "fields": { + "division": "divas", + "title": null, + "name": "Natalya", + "photo_url": "http://www.wwe.com/superstars/divas/natalya/f/styles/superstar_large/public/talent/profile/2012/02/natalya_1_full.png" + } + }, + { + "pk": "nickbockwinkel", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Nick Bockwinkel", + "photo_url": "http://www.wwe.com/superstars/nickbockwinkel/f/styles/superstar_large/public/talent/profile/2012/02/nickbockwinkel_1_full.png" + } + }, + { + "pk": "nikkibella", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Nikki Bella", + "photo_url": "http://www.wwe.com/superstars/nikkibella/f/styles/superstar_large/public/talent/profile/2012/02/nikkibella_1_full.png" + } + }, + { + "pk": "nikolaivolkoff", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Nikolai Volkoff", + "photo_url": "http://www.wwe.com/superstars/nikolaivolkoff/f/styles/superstar_large/public/talent/profile/2012/02/nikolaivolkoff_1_full.png" + } + }, + { + "pk": "papashango", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Papa Shango", + "photo_url": "http://www.wwe.com/superstars/papashango/f/styles/superstar_large/public/talent/profile/2012/02/papashango_1_full.png" + } + }, + { + "pk": "patpatterson", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Pat Patterson", + "photo_url": "http://www.wwe.com/superstars/patpatterson/f/styles/superstar_large/public/talent/profile/2012/02/patpatterson_1_full.png" + } + }, + { + "pk": "paulbearer", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Paul Bearer", + "photo_url": "http://www.wwe.com/superstars/paulbearer/f/styles/superstar_large/public/talent/profile/2012/05/paulbearer_1_full.png" + } + }, + { + "pk": "paulellering", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Paul Ellering", + "photo_url": "http://www.wwe.com/superstars/paulellering/f/styles/superstar_large/public/talent/profile/2012/02/paulellerling_1_full.png" + } + }, + { + "pk": "paulheyman", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Paul Heyman", + "photo_url": "http://www.wwe.com/superstars/paulheyman/f/styles/superstar_large/public/talent/profile/2012/05/paulheyman_1_full.png" + } + }, + { + "pk": "paulorndorff", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Paul Orndorff", + "photo_url": "http://www.wwe.com/superstars/paulorndorff/f/styles/superstar_large/public/talent/profile/2012/02/paulorndorff_1_full.png" + } + }, + { + "pk": "pedromorales", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Pedro Morales", + "photo_url": "http://www.wwe.com/superstars/pedromorales/f/styles/superstar_large/public/talent/profile/2012/02/pedromorales_1_full.png" + } + }, + { + "pk": "percywatson", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Percy Watson", + "photo_url": "http://www.wwe.com/superstars/percywatson/f/styles/superstar_large/public/talent/profile/2012/02/percywatson_1_full.png" + } + }, + { + "pk": "peterose", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Pete Rose", + "photo_url": "http://www.wwe.com/superstars/peterose/f/styles/superstar_large/public/talent/profile/2012/02/peterose_1_full.png" + } + }, + { + "pk": "primo", + "model": "game.star", + "fields": { + "division": "raw", + "title": null, + "name": "Primo", + "photo_url": "http://www.wwe.com/superstars/primo/f/styles/superstar_large/public/talent/profile/2012/02/primo_1_full.png" + } + }, + { + "pk": "rtruth", + "model": "game.star", + "fields": { + "division": "raw", + "title": "tag", + "name": "R-Truth", + "photo_url": "http://www.wwe.com/superstars/rtruth/f/styles/superstar_large/public/talent/profile/2012/02/rtruth_1_full.png" + } + }, + { + "pk": "randyorton", + "model": "game.star", + "fields": { + "division": "smackdown", + "title": null, + "name": "Randy Orton", + "photo_url": "http://www.wwe.com/superstars/randyorton/f/styles/superstar_large/public/talent/profile/2012/02/randyorton_1_full.png" + } + }, + { + "pk": "randysavage", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Randy Savage", + "photo_url": "http://www.wwe.com/superstars/randysavage/f/styles/superstar_large/public/talent/profile/2012/02/randysavage_1_full.png" + } + }, + { + "pk": "ranjinsingh", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Ranjin Singh", + "photo_url": "http://www.wwe.com/superstars/ranjinsingh/f/styles/superstar_large/public/talent/profile/2012/04/ranjinsingh_1_full.png" + } + }, + { + "pk": "rick-rude", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "\"Ravishing\" Rick Rude", + "photo_url": "http://www.wwe.com/superstars/rick-rude/f/styles/superstar_large/public/talent/profile/2012/03/ricrude_1_full.png" + } + }, + { + "pk": "reymysterio", + "model": "game.star", + "fields": { + "division": "raw", + "title": null, + "name": "Rey Mysterio", + "photo_url": "http://www.wwe.com/superstars/reymysterio/f/styles/superstar_large/public/talent/profile/2012/02/reymysterio_1_full.png" + } + }, + { + "pk": "ricflair", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Ric Flair", + "photo_url": "http://www.wwe.com/superstars/ricflair/f/styles/superstar_large/public/talent/profile/2012/02/ricflair_1_full.png" + } + }, + { + "pk": "ricardorodriguez", + "model": "game.star", + "fields": { + "division": "smackdown", + "title": null, + "name": "Ricardo Rodriguez", + "photo_url": "http://www.wwe.com/superstars/ricardorodriguez/f/styles/superstar_large/public/talent/profile/2012/02/ricardorodriguez_1_full.png" + } + }, + { + "pk": "rickysteamboat", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Ricky Steamboat", + "photo_url": "http://www.wwe.com/superstars/rickysteamboat/f/styles/superstar_large/public/talent/profile/2012/02/rickysteamboat_1_full.png" + } + }, + { + "pk": "rikishi", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Rikishi", + "photo_url": "http://www.wwe.com/superstars/rikishi/f/styles/superstar_large/public/talent/profile/2012/02/rikishi_1_full.png" + } + }, + { + "pk": "roadwarriors", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "The Road Warriors", + "photo_url": "http://www.wwe.com/superstars/roadwarriors/f/styles/superstar_large/public/talent/profile/2012/02/theroadwarriors_1_full.png" + } + }, + { + "pk": "rvd", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Rob Van Dam", + "photo_url": "http://www.wwe.com/superstars/rvd/f/styles/superstar_large/public/talent/profile/2012/03/robvandam_1_full.png" + } + }, + { + "pk": "rockyjohnson", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Rocky Johnson", + "photo_url": "http://www.wwe.com/superstars/rockyjohnson/f/styles/superstar_large/public/talent/profile/2012/02/rockyjohnson_1_full.png" + } + }, + { + "pk": "roddypiper", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Roddy Piper", + "photo_url": "http://www.wwe.com/superstars/roddypiper/f/styles/superstar_large/public/talent/profile/2012/02/roddypiper_1_full.png" + } + }, + { + "pk": "ronsimmons", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Ron Simmons", + "photo_url": "http://www.wwe.com/superstars/ronsimmons/f/styles/superstar_large/public/talent/profile/2012/02/ronsimmons_1_full.png" + } + }, + { + "pk": "rosamendes", + "model": "game.star", + "fields": { + "division": "divas", + "title": null, + "name": "Rosa Mendes", + "photo_url": "http://www.wwe.com/superstars/divas/rosamendes/f/styles/superstar_large/public/talent/profile/2012/02/rosamendes_1_full.png" + } + }, + { + "pk": "ryback", + "model": "game.star", + "fields": { + "division": "smackdown", + "title": null, + "name": "Ryback", + "photo_url": "http://www.wwe.com/superstars/ryback/f/styles/superstar_large/public/talent/profile/2012/04/ryback_1_full.png" + } + }, + { + "pk": "sdjones", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "S.D. Jones", + "photo_url": "http://www.wwe.com/superstars/sdjones/f/styles/superstar_large/public/talent/profile/2012/02/sdjones_1_full.png" + } + }, + { + "pk": "sable", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Sable", + "photo_url": "http://www.wwe.com/superstars/sable/f/styles/superstar_large/public/talent/profile/2012/02/sable_1_full.png" + } + }, + { + "pk": "sakamoto", + "model": "game.star", + "fields": { + "division": "raw", + "title": null, + "name": "Sakamoto", + "photo_url": "http://www.wwe.com/superstars/sakamoto/f/styles/superstar_large/public/talent/profile/2012/04/sakamoto_1_full.png" + } + }, + { + "pk": "santinomarella", + "model": "game.star", + "fields": { + "division": "raw", + "title": "us", + "name": "Santino Marella", + "photo_url": "http://www.wwe.com/superstars/santinomarella/f/styles/superstar_large/public/talent/profile/2012/02/santino_1_full.png" + } + }, + { + "pk": "scottstanford", + "model": "game.star", + "fields": { + "division": "raw", + "title": null, + "name": "Scott Stanford", + "photo_url": "http://www.wwe.com/superstars/scottstanford/f/styles/superstar_large/public/talent/profile/2012/04/scottstanford_1_full.png" + } + }, + { + "pk": "sean-waltman", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Sean Waltman", + "photo_url": "http://www.wwe.com/superstars/sean-waltman/f/styles/superstar_large/public/talent/profile/2012/02/seanwaltman_1_full.png" + } + }, + { + "pk": "sherrimartel", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Sensational Sherri", + "photo_url": "http://www.wwe.com/superstars/sherrimartel/f/styles/superstar_large/public/talent/profile/2012/02/sensationalsherri_1_full.png" + } + }, + { + "pk": "sgtslaughter", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Sgt. Slaughter", + "photo_url": "http://www.wwe.com/superstars/sgtslaughter/f/styles/superstar_large/public/talent/profile/2012/02/sgtslaughter_1_full.png" + } + }, + { + "pk": "shanemcmahon", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Shane McMahon", + "photo_url": "http://www.wwe.com/superstars/shanemcmahon/f/styles/superstar_large/public/talent/profile/2012/03/shanemcmahon_full.png" + } + }, + { + "pk": "hbk", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Shawn Michaels", + "photo_url": "http://www.wwe.com/superstars/hbk/f/styles/superstar_large/public/talent/profile/2012/04/shawnmichaels_1_full.png" + } + }, + { + "pk": "sheamus", + "model": "game.star", + "fields": { + "division": "smackdown", + "title": "heavyweight", + "name": "Sheamus", + "photo_url": "http://www.wwe.com/superstars/sheamus/f/styles/superstar_large/public/talent/profile/2012/04/sheamus_1_full.png" + } + }, + { + "pk": "thesheik", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "The Sheik", + "photo_url": "http://www.wwe.com/superstars/thesheik/f/styles/superstar_large/public/talent/profile/2012/02/sheik_1_full.png" + } + }, + { + "pk": "sheltonbenjamin", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Shelton Benjamin", + "photo_url": "http://www.wwe.com/superstars/sheltonbenjamin/f/styles/superstar_large/public/talent/profile/2012/02/shelton_1_full.png" + } + }, + { + "pk": "sid", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Sid", + "photo_url": "http://www.wwe.com/superstars/sid/f/styles/superstar_large/public/talent/profile/2012/02/sid_1_full.png" + } + }, + { + "pk": "sin-cara", + "model": "game.star", + "fields": { + "division": "smackdown", + "title": null, + "name": "Sin Cara", + "photo_url": "http://www.wwe.com/superstars/sin-cara/f/styles/superstar_large/public/talent/profile/2012/02/sincara_1_full.png" + } + }, + { + "pk": "skinner", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Skinner", + "photo_url": "http://www.wwe.com/superstars/skinner/f/styles/superstar_large/public/talent/profile/2012/02/skinner_1_full.png" + } + }, + { + "pk": "slick", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Slick", + "photo_url": "http://www.wwe.com/superstars/slick/f/styles/superstar_large/public/talent/profile/2012/02/slick_1_full.png" + } + }, + { + "pk": "stacykeibler", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Stacy Keibler", + "photo_url": "http://www.wwe.com/superstars/stacykeibler/f/styles/superstar_large/public/talent/profile/2012/02/staceykeibler_1_full.png" + } + }, + { + "pk": "stephaniemcmahon", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Stephanie McMahon", + "photo_url": "http://www.wwe.com/superstars/stephaniemcmahon/f/styles/superstar_large/public/talent/profile/2012/05/stephaniemcmahon_1_full.png" + } + }, + { + "pk": "sting", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Sting", + "photo_url": "http://www.wwe.com/superstars/sting/f/styles/superstar_large/public/talent/profile/2012/03/sting_1_full.png" + } + }, + { + "pk": "stonecoldsteveaustin", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "\"Stone Cold\" Steve Austin", + "photo_url": "http://www.wwe.com/superstars/stonecoldsteveaustin/f/styles/superstar_large/public/talent/profile/2012/02/stonecold_1_full.png" + } + }, + { + "pk": "stuhart", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Stu Hart", + "photo_url": "http://www.wwe.com/superstars/stuhart/f/styles/superstar_large/public/talent/profile/2012/02/stuhart_1_full.png" + } + }, + { + "pk": "sunny", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Sunny", + "photo_url": "http://www.wwe.com/superstars/sunny/f/styles/superstar_large/public/talent/profile/2012/02/sunny_1_full.png" + } + }, + { + "pk": "tajiri", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Tajiri", + "photo_url": "http://www.wwe.com/superstars/tajiri/f/styles/superstar_large/public/talent/profile/2012/02/tajiri_1_full.png" + } + }, + { + "pk": "tamina-snuka", + "model": "game.star", + "fields": { + "division": "divas", + "title": null, + "name": "Tamina Snuka", + "photo_url": "http://www.wwe.com/superstars/divas/tamina-snuka/f/styles/superstar_large/public/talent/profile/2012/02/tamina_1_full.png" + } + }, + { + "pk": "teddibiase", + "model": "game.star", + "fields": { + "division": "smackdown", + "title": null, + "name": "Ted DiBiase", + "photo_url": "http://www.wwe.com/superstars/teddibiase/f/styles/superstar_large/public/talent/profile/2012/02/teddibiase_1_full.png" + } + }, + { + "pk": "tensai", + "model": "game.star", + "fields": { + "division": "raw", + "title": null, + "name": "Tensai", + "photo_url": "http://www.wwe.com/superstars/tensai/f/styles/superstar_large/public/talent/profile/2012/04/lordtensai_4_full.png" + } + }, + { + "pk": "theodorelong", + "model": "game.star", + "fields": { + "division": "smackdown", + "title": null, + "name": "Theodore Long", + "photo_url": "http://www.wwe.com/superstars/theodorelong/f/styles/superstar_large/public/talent/profile/2012/04/teddylong_1_full.png" + } + }, + { + "pk": "tiffany", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Tiffany", + "photo_url": "http://www.wwe.com/superstars/tiffany/f/styles/superstar_large/public/talent/profile/2012/02/tiffany_1_full.png" + } + }, + { + "pk": "titosantana", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Tito Santana", + "photo_url": "http://www.wwe.com/superstars/titosantana/f/styles/superstar_large/public/talent/profile/2012/02/titosantan_1_full.png" + } + }, + { + "pk": "titusoneil", + "model": "game.star", + "fields": { + "division": "smackdown", + "title": null, + "name": "Titus O'Neil", + "photo_url": "http://www.wwe.com/superstars/titusoneil/f/styles/superstar_large/public/talent/profile/2012/05/titusoneil_1_full_2012524.png" + } + }, + { + "pk": "toddgrisham", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Todd Grisham", + "photo_url": "http://www.wwe.com/superstars/toddgrisham/f/styles/superstar_large/public/talent/profile/2012/02/toddgrisham_1_full.png" + } + }, + { + "pk": "tom-prichard", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Tom Prichard", + "photo_url": "http://www.wwe.com/superstars/tom-prichard/f/styles/superstar_large/public/talent/profile/2012/02/tomprichard_1_full.png" + } + }, + { + "pk": "tonyatlas", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Tony Atlas", + "photo_url": "http://www.wwe.com/superstars/tonyatlas/f/styles/superstar_large/public/talent/profile/2012/02/tonyatlas_1_full.png" + } + }, + { + "pk": "tonychimel", + "model": "game.star", + "fields": { + "division": "smackdown", + "title": null, + "name": "Tony Chimel", + "photo_url": "http://www.wwe.com/superstars/tonychimel/f/styles/superstar_large/public/talent/profile/2012/02/tonychimel_1_full.png" + } + }, + { + "pk": "torriewilson", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Torrie Wilson", + "photo_url": "http://www.wwe.com/superstars/torriewilson/f/styles/superstar_large/public/talent/profile/2012/02/torriewilson_1_full.png" + } + }, + { + "pk": "trentbarreta", + "model": "game.star", + "fields": { + "division": "smackdown", + "title": null, + "name": "Trent Barreta", + "photo_url": "http://www.wwe.com/superstars/trentbarreta/f/styles/superstar_large/public/talent/profile/2012/02/trentbarreta_1_full.png" + } + }, + { + "pk": "tripleh", + "model": "game.star", + "fields": { + "division": "raw", + "title": null, + "name": "Triple H", + "photo_url": "http://www.wwe.com/superstars/tripleh/f/styles/superstar_large/public/talent/profile/2012/02/tripleH_1_full.png" + } + }, + { + "pk": "trishstratus", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Trish Stratus", + "photo_url": "http://www.wwe.com/superstars/trishstratus/f/styles/superstar_large/public/talent/profile/2012/02/trish_1_full.png" + } + }, + { + "pk": "tugboat", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Tugboat", + "photo_url": "http://www.wwe.com/superstars/tugboat/f/styles/superstar_large/public/talent/profile/2012/02/tugboat_1_full.png" + } + }, + { + "pk": "tylerreks", + "model": "game.star", + "fields": { + "division": "raw", + "title": null, + "name": "Tyler Reks", + "photo_url": "http://www.wwe.com/superstars/tylerreks/f/styles/superstar_large/public/talent/profile/2012/02/tylerreks_1_full.png" + } + }, + { + "pk": "tysonkidd", + "model": "game.star", + "fields": { + "division": "smackdown", + "title": null, + "name": "Tyson Kidd", + "photo_url": "http://www.wwe.com/superstars/tysonkidd/f/styles/superstar_large/public/talent/profile/2012/04/tysonkidd_1_full.png" + } + }, + { + "pk": "ultimatewarrior", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Ultimate Warrior", + "photo_url": "http://www.wwe.com/superstars/ultimatewarrior/f/styles/superstar_large/public/talent/profile/2012/02/ultimatewarrior_1_full.png" + } + }, + { + "pk": "umaga", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Umaga", + "photo_url": "http://www.wwe.com/superstars/umaga/f/styles/superstar_large/public/talent/profile/2012/02/umaga_1_full.png" + } + }, + { + "pk": "undertaker", + "model": "game.star", + "fields": { + "division": "smackdown", + "title": null, + "name": "Undertaker", + "photo_url": "http://www.wwe.com/superstars/undertaker/f/styles/superstar_large/public/talent/profile/2012/02/undertaker_1_full.png" + } + }, + { + "pk": "vaderalumni", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Vader", + "photo_url": "http://www.wwe.com/superstars/vaderalumni/f/styles/superstar_large/public/talent/profile/2012/02/vader_1_full.png" + } + }, + { + "pk": "valiantbrothers", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "The Valiant Brothers", + "photo_url": "http://www.wwe.com/superstars/valiantbrothers/f/styles/superstar_large/public/talent/profile/2012/04/johnnyvaliant_1_full.png" + } + }, + { + "pk": "vernegagne1", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Verne Gagne", + "photo_url": "http://www.wwe.com/superstars/vernegagne1/f/styles/superstar_large/public/talent/profile/2012/02/vernegagne_1_full.png" + } + }, + { + "pk": "vickieguerrero", + "model": "game.star", + "fields": { + "division": "raw", + "title": null, + "name": "Vickie Guerrero", + "photo_url": "http://www.wwe.com/superstars/vickieguerrero/f/styles/superstar_large/public/talent/profile/2012/02/vikkieguerrero_1_full.png" + } + }, + { + "pk": "vincemcmahon", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Vince McMahon", + "photo_url": "http://www.wwe.com/superstars/vincemcmahon/f/styles/superstar_large/public/talent/profile/2012/02/vinceSR_1_full.png" + } + }, + { + "pk": "virgil", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Virgil", + "photo_url": "http://www.wwe.com/superstars/virgil/f/styles/superstar_large/public/talent/profile/2012/02/virgil_1_full.png" + } + }, + { + "pk": "vladimirkozlov", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Vladimir Kozlov", + "photo_url": "http://www.wwe.com/superstars/vladimirkozlov/f/styles/superstar_large/public/talent/profile/2012/02/vladimirkozlov_1_full.png" + } + }, + { + "pk": "vonerichs", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "The Von Erichs", + "photo_url": "http://www.wwe.com/superstars/vonerichs/f/styles/superstar_large/public/talent/profile/2012/02/kerryvonerich_1_full.png" + } + }, + { + "pk": "wadebarrett", + "model": "game.star", + "fields": { + "division": "smackdown", + "title": null, + "name": "Wade Barrett", + "photo_url": "http://www.wwe.com/superstars/wadebarrett/f/styles/superstar_large/public/talent/profile/2012/02/wadebarrett_3_full.png" + } + }, + { + "pk": "wendirichter", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Wendi Richter", + "photo_url": "http://www.wwe.com/superstars/wendirichter/f/styles/superstar_large/public/talent/profile/2012/02/wendirichter_1_full.png" + } + }, + { + "pk": "wildsamoans", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "The Wild Samoans", + "photo_url": "http://www.wwe.com/superstars/wildsamoans/f/styles/superstar_large/public/talent/profile/2012/04/wildsamoanssika_1_full_2012424.png" + } + }, + { + "pk": "williamperry1", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "William Perry", + "photo_url": "http://www.wwe.com/superstars/williamperry1/f/styles/superstar_large/public/talent/profile/2012/02/williamperry_1_full.png" + } + }, + { + "pk": "williamregal", + "model": "game.star", + "fields": { + "division": "smackdown", + "title": null, + "name": "William Regal", + "photo_url": "http://www.wwe.com/superstars/williamregal/f/styles/superstar_large/public/talent/profile/2012/02/williamregal_1_full.png" + } + }, + { + "pk": "yokozuna", + "model": "game.star", + "fields": { + "division": "other", + "title": null, + "name": "Yokozuna", + "photo_url": "http://www.wwe.com/superstars/yokozuna/f/styles/superstar_large/public/talent/profile/2012/02/yokozuna_1_full.png" + } + }, + { + "pk": "yoshitatsu", + "model": "game.star", + "fields": { + "division": "smackdown", + "title": null, + "name": "Yoshi Tatsu", + "photo_url": "http://www.wwe.com/superstars/yoshitatsu/f/styles/superstar_large/public/talent/profile/2012/02/yoshitatsu_1_full.png" + } + }, + { + "pk": "zackryder", + "model": "game.star", + "fields": { + "division": "raw", + "title": null, + "name": "Zack Ryder", + "photo_url": "http://www.wwe.com/superstars/zackryder/f/styles/superstar_large/public/talent/profile/2012/02/zackryder_1_full.png" + } + }, + { + "pk": "nobody1", + "model": "game.star", + "fields": { + "division": "", + "title": null, + "name": "Nobody One", + "photo_url": "" + } + }, + { + "pk": "nobody2", + "model": "game.star", + "fields": { + "division": "", + "title": null, + "name": "Nobody Two", + "photo_url": "" + } + }, + { + "pk": 1, + "model": "game.event", + "fields": { + "date": "2012-05-14", + "name": "RAW" + } + }, + { + "pk": 2, + "model": "game.event", + "fields": { + "date": "2012-05-18", + "name": "Smackdown" + } + }, + { + "pk": 3, + "model": "game.event", + "fields": { + "date": "2012-05-20", + "name": "Over the Limit" + } + }, + { + "pk": 4, + "model": "game.event", + "fields": { + "date": "2012-05-21", + "name": "RAW" + } + }, + { + "pk": 5, + "model": "game.event", + "fields": { + "date": "2012-05-25", + "name": "Smackdown" + } + }, + { + "pk": 6, + "model": "game.event", + "fields": { + "date": "2012-05-28", + "name": "RAW" + } + }, + { + "pk": 1, + "model": "game.match", + "fields": { + "notes": "", + "outcome": "normal", + "winner": "cmpunk", + "event": 1, + "title_at_stake": null + } + }, + { + "pk": 2, + "model": "game.match", + "fields": { + "notes": "", + "outcome": "normal", + "winner": "bethphoenix", + "event": 1, + "title_at_stake": null + } + }, + { + "pk": 3, + "model": "game.match", + "fields": { + "notes": "", + "outcome": "normal", + "winner": "kane", + "event": 1, + "title_at_stake": null + } + }, + { + "pk": 4, + "model": "game.match", + "fields": { + "notes": "", + "outcome": "normal", + "winner": "brodusclay", + "event": 1, + "title_at_stake": null + } + }, + { + "pk": 5, + "model": "game.match", + "fields": { + "notes": "Sheamus interfered, giving Jericho the win", + "outcome": "DQ", + "winner": "chrisjericho", + "event": 1, + "title_at_stake": null + } + }, + { + "pk": 6, + "model": "game.match", + "fields": { + "notes": "Paul Heyman is going to sue for Bork Laser", + "outcome": "appearance", + "winner": null, + "event": 1, + "title_at_stake": null + } + }, + { + "pk": 7, + "model": "game.match", + "fields": { + "notes": "", + "outcome": "normal", + "winner": "rtruth", + "event": 2, + "title_at_stake": null + } + }, + { + "pk": 8, + "model": "game.match", + "fields": { + "notes": "sandow refuses to fight, leads to a brawl", + "outcome": "brawl", + "winner": null, + "event": 2, + "title_at_stake": null + } + }, + { + "pk": 9, + "model": "game.match", + "fields": { + "notes": "", + "outcome": "submission", + "winner": "danielbryan", + "event": 2, + "title_at_stake": null + } + }, + { + "pk": 10, + "model": "game.match", + "fields": { + "notes": "bryan hits kane with a chair, kane wins by DQ", + "outcome": "dq", + "winner": "kane", + "event": 2, + "title_at_stake": null + } + }, + { + "pk": 11, + "model": "game.match", + "fields": { + "notes": "", + "outcome": "normal", + "winner": "santinomarella", + "event": 2, + "title_at_stake": null + } + }, + { + "pk": 12, + "model": "game.match", + "fields": { + "notes": "", + "outcome": "normal", + "winner": "sheamus", + "event": 2, + "title_at_stake": null + } + }, + { + "pk": 13, + "model": "game.match", + "fields": { + "notes": "", + "outcome": "normal", + "winner": "kane", + "event": 3, + "title_at_stake": null + } + }, + { + "pk": 14, + "model": "game.match", + "fields": { + "notes": "", + "outcome": "normal", + "winner": "christian", + "event": 3, + "title_at_stake": null + } + }, + { + "pk": 15, + "model": "game.match", + "fields": { + "notes": "", + "outcome": "normal", + "winner": "kofikingston", + "event": 3, + "title_at_stake": "tag" + } + }, + { + "pk": 16, + "model": "game.match", + "fields": { + "notes": "", + "outcome": "normal", + "winner": "layla", + "event": 3, + "title_at_stake": "diva" + } + }, + { + "pk": 17, + "model": "game.match", + "fields": { + "notes": "", + "outcome": "normal", + "winner": "sheamus", + "event": 3, + "title_at_stake": "heavyweight" + } + }, + { + "pk": 18, + "model": "game.match", + "fields": { + "notes": "", + "outcome": "normal", + "winner": "brodusclay", + "event": 3, + "title_at_stake": null + } + }, + { + "pk": 19, + "model": "game.match", + "fields": { + "notes": "", + "outcome": "normal", + "winner": "christian", + "event": 3, + "title_at_stake": "ic" + } + }, + { + "pk": 20, + "model": "game.match", + "fields": { + "notes": "", + "outcome": "normal", + "winner": "cmpunk", + "event": 3, + "title_at_stake": "wwe" + } + }, + { + "pk": 21, + "model": "game.match", + "fields": { + "notes": "", + "outcome": "normal", + "winner": "ryback", + "event": 3, + "title_at_stake": null + } + }, + { + "pk": 22, + "model": "game.match", + "fields": { + "notes": "Big Show interferes in a big way", + "outcome": "normal", + "winner": "john-laurinaitis", + "event": 3, + "title_at_stake": null + } + }, + { + "pk": 23, + "model": "game.match", + "fields": { + "notes": "", + "outcome": "submission", + "winner": "johncena", + "event": 4, + "title_at_stake": null + } + }, + { + "pk": 24, + "model": "game.match", + "fields": { + "notes": "Jericho codebreaks RKO, Orton wins", + "outcome": "DQ", + "winner": "randyorton", + "event": 4, + "title_at_stake": null + } + }, + { + "pk": 25, + "model": "game.match", + "fields": { + "notes": "Kane uses chair, Bryan wins", + "outcome": "DQ", + "winner": "danielbryan", + "event": 4, + "title_at_stake": null + } + }, + { + "pk": 26, + "model": "game.match", + "fields": { + "notes": "", + "outcome": "normal", + "winner": "christian", + "event": 4, + "title_at_stake": null + } + }, + { + "pk": 27, + "model": "game.match", + "fields": { + "notes": "", + "outcome": "normal", + "winner": "bethphoenix", + "event": 4, + "title_at_stake": null + } + }, + { + "pk": 28, + "model": "game.match", + "fields": { + "notes": "Lumberjacks rush ring, no contest", + "outcome": "", + "winner": null, + "event": 4, + "title_at_stake": null + } + }, + { + "pk": 29, + "model": "game.match", + "fields": { + "notes": "", + "outcome": "normal", + "winner": "christian", + "event": 5, + "title_at_stake": null + } + }, + { + "pk": 30, + "model": "game.match", + "fields": { + "notes": "", + "outcome": "normal", + "winner": "titusoneil", + "event": 5, + "title_at_stake": null + } + }, + { + "pk": 31, + "model": "game.match", + "fields": { + "notes": "", + "outcome": "normal", + "winner": "ryback", + "event": 5, + "title_at_stake": null + } + }, + { + "pk": 32, + "model": "game.match", + "fields": { + "notes": "", + "outcome": "normal", + "winner": "santinomarella", + "event": 5, + "title_at_stake": null + } + }, + { + "pk": 33, + "model": "game.match", + "fields": { + "notes": "", + "outcome": "normal", + "winner": "sheamus", + "event": 5, + "title_at_stake": null + } + }, + { + "pk": 34, + "model": "game.match", + "fields": { + "notes": "", + "outcome": "normal", + "winner": "damien-sandow", + "event": 5, + "title_at_stake": null + } + }, + { + "pk": 35, + "model": "game.match", + "fields": { + "notes": "", + "outcome": "normal", + "winner": "albertodelrio", + "event": 5, + "title_at_stake": null + } + }, + { + "pk": 36, + "model": "game.match", + "fields": { + "notes": "del rio makes the cobra submit", + "outcome": "submission", + "winner": "albertodelrio", + "event": 6, + "title_at_stake": "" + } + }, + { + "pk": 37, + "model": "game.match", + "fields": { + "notes": "truth gets the pin on swagger", + "outcome": "normal", + "winner": "rtruth", + "event": 6, + "title_at_stake": "tag" + } + }, + { + "pk": 38, + "model": "game.match", + "fields": { + "notes": "then kane came out and introduced bryan to a 20th steel chair, then Punk connects w/ Kane (brawl-ish)", + "outcome": "normal", + "winner": "danielbryan", + "event": 6, + "title_at_stake": "" + } + }, + { + "pk": 39, + "model": "game.match", + "fields": { + "notes": "chrstian with the kill switch, slight distraction from cody rhodes", + "outcome": "normal", + "winner": "christian", + "event": 6, + "title_at_stake": "" + } + }, + { + "pk": 40, + "model": "game.match", + "fields": { + "notes": "what an upset!", + "outcome": "normal", + "winner": "sheamus", + "event": 6, + "title_at_stake": "" + } + }, + { + "pk": 41, + "model": "game.match", + "fields": { + "notes": "kofi and truth try and intervene, big show attacks the table, then everyone, WMD on brodus clay", + "outcome": "no contest", + "winner": null, + "event": 6, + "title_at_stake": "" + } + }, + { + "pk": 1, + "model": "game.matchteam", + "fields": { + "victorious": true, + "members": [ + "cmpunk", + "santinomarella" + ], + "match": 1, + "title": "wwe" + } + }, + { + "pk": 2, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "codyrhodes", + "danielbryan" + ], + "match": 1, + "title": "ic" + } + }, + { + "pk": 3, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "aliciafox" + ], + "match": 2, + "title": null + } + }, + { + "pk": 4, + "model": "game.matchteam", + "fields": { + "victorious": true, + "members": [ + "bethphoenix" + ], + "match": 2, + "title": null + } + }, + { + "pk": 5, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "bigshow" + ], + "match": 3, + "title": null + } + }, + { + "pk": 6, + "model": "game.matchteam", + "fields": { + "victorious": true, + "members": [ + "kane" + ], + "match": 3, + "title": null + } + }, + { + "pk": 7, + "model": "game.matchteam", + "fields": { + "victorious": true, + "members": [ + "brodusclay", + "kofikingston", + "rtruth" + ], + "match": 4, + "title": "tag" + } + }, + { + "pk": 8, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "dolphziggler", + "jackswagger", + "themiz" + ], + "match": 4, + "title": null + } + }, + { + "pk": 9, + "model": "game.matchteam", + "fields": { + "victorious": true, + "members": [ + "chrisjericho" + ], + "match": 5, + "title": null + } + }, + { + "pk": 10, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "randyorton" + ], + "match": 5, + "title": null + } + }, + { + "pk": 11, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "paulheyman" + ], + "match": 6, + "title": null + } + }, + { + "pk": 12, + "model": "game.matchteam", + "fields": { + "victorious": true, + "members": [ + "kofikingston", + "rtruth" + ], + "match": 7, + "title": "tag" + } + }, + { + "pk": 13, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "darrenyoung", + "titusoneil" + ], + "match": 7, + "title": null + } + }, + { + "pk": 14, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "damien-sandow" + ], + "match": 8, + "title": null + } + }, + { + "pk": 15, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "yoshitatsu" + ], + "match": 8, + "title": null + } + }, + { + "pk": 16, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "zackryder" + ], + "match": 9, + "title": null + } + }, + { + "pk": 17, + "model": "game.matchteam", + "fields": { + "victorious": true, + "members": [ + "danielbryan" + ], + "match": 9, + "title": null + } + }, + { + "pk": 18, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "cmpunk" + ], + "match": 10, + "title": "wwe" + } + }, + { + "pk": 19, + "model": "game.matchteam", + "fields": { + "victorious": true, + "members": [ + "kane" + ], + "match": 10, + "title": null + } + }, + { + "pk": 20, + "model": "game.matchteam", + "fields": { + "victorious": true, + "members": [ + "santinomarella" + ], + "match": 11, + "title": "us" + } + }, + { + "pk": 21, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "codyrhodes" + ], + "match": 11, + "title": "ic" + } + }, + { + "pk": 22, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "randyorton" + ], + "match": 12, + "title": null + } + }, + { + "pk": 23, + "model": "game.matchteam", + "fields": { + "victorious": true, + "members": [ + "sheamus" + ], + "match": 12, + "title": "heavyweight" + } + }, + { + "pk": 24, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "zackryder" + ], + "match": 13, + "title": null + } + }, + { + "pk": 25, + "model": "game.matchteam", + "fields": { + "victorious": true, + "members": [ + "kane" + ], + "match": 13, + "title": null + } + }, + { + "pk": 26, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "alexriley" + ], + "match": 14, + "title": null + } + }, + { + "pk": 27, + "model": "game.matchteam", + "fields": { + "victorious": true, + "members": [ + "christian" + ], + "match": 14, + "title": null + } + }, + { + "pk": 28, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "curthawkins" + ], + "match": 14, + "title": null + } + }, + { + "pk": 29, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "darrenyoung" + ], + "match": 14, + "title": null + } + }, + { + "pk": 30, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "davidotunga" + ], + "match": 14, + "title": null + } + }, + { + "pk": 31, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "drewmcintyre" + ], + "match": 14, + "title": null + } + }, + { + "pk": 32, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "ezekieljackson" + ], + "match": 14, + "title": null + } + }, + { + "pk": 33, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "thegreatkhali" + ], + "match": 14, + "title": null + } + }, + { + "pk": 34, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "heathslater" + ], + "match": 14, + "title": null + } + }, + { + "pk": 35, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "jeyuso" + ], + "match": 14, + "title": null + } + }, + { + "pk": 36, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "jimmyuso" + ], + "match": 14, + "title": null + } + }, + { + "pk": 37, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "jindermahal" + ], + "match": 14, + "title": null + } + }, + { + "pk": 38, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "jtg" + ], + "match": 14, + "title": null + } + }, + { + "pk": 39, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "michaelmcgillicutty" + ], + "match": 14, + "title": null + } + }, + { + "pk": 40, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "themiz" + ], + "match": 14, + "title": null + } + }, + { + "pk": 41, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "titusoneil" + ], + "match": 14, + "title": null + } + }, + { + "pk": 42, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "tylerreks" + ], + "match": 14, + "title": null + } + }, + { + "pk": 43, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "tysonkidd" + ], + "match": 14, + "title": null + } + }, + { + "pk": 44, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "williamregal" + ], + "match": 14, + "title": null + } + }, + { + "pk": 45, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "yoshitatsu" + ], + "match": 14, + "title": null + } + }, + { + "pk": 46, + "model": "game.matchteam", + "fields": { + "victorious": true, + "members": [ + "kofikingston", + "rtruth" + ], + "match": 15, + "title": "tag" + } + }, + { + "pk": 47, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "dolphziggler", + "jackswagger" + ], + "match": 15, + "title": null + } + }, + { + "pk": 48, + "model": "game.matchteam", + "fields": { + "victorious": true, + "members": [ + "layla" + ], + "match": 16, + "title": "diva" + } + }, + { + "pk": 49, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "bethphoenix" + ], + "match": 16, + "title": null + } + }, + { + "pk": 50, + "model": "game.matchteam", + "fields": { + "victorious": true, + "members": [ + "sheamus" + ], + "match": 17, + "title": "heavyweight" + } + }, + { + "pk": 51, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "randyorton" + ], + "match": 17, + "title": null + } + }, + { + "pk": 52, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "chrisjericho" + ], + "match": 17, + "title": null + } + }, + { + "pk": 53, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "albertodelrio" + ], + "match": 17, + "title": null + } + }, + { + "pk": 54, + "model": "game.matchteam", + "fields": { + "victorious": true, + "members": [ + "brodusclay" + ], + "match": 18, + "title": null + } + }, + { + "pk": 55, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "themiz" + ], + "match": 18, + "title": null + } + }, + { + "pk": 56, + "model": "game.matchteam", + "fields": { + "victorious": true, + "members": [ + "christian" + ], + "match": 19, + "title": null + } + }, + { + "pk": 57, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "codyrhodes" + ], + "match": 19, + "title": "ic" + } + }, + { + "pk": 58, + "model": "game.matchteam", + "fields": { + "victorious": true, + "members": [ + "cmpunk" + ], + "match": 20, + "title": "wwe" + } + }, + { + "pk": 59, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "danielbryan" + ], + "match": 20, + "title": null + } + }, + { + "pk": 60, + "model": "game.matchteam", + "fields": { + "victorious": true, + "members": [ + "ryback" + ], + "match": 21, + "title": null + } + }, + { + "pk": 61, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "camacho" + ], + "match": 21, + "title": null + } + }, + { + "pk": 62, + "model": "game.matchteam", + "fields": { + "victorious": true, + "members": [ + "john-laurinaitis" + ], + "match": 22, + "title": null + } + }, + { + "pk": 63, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "johncena" + ], + "match": 22, + "title": null + } + }, + { + "pk": 64, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "bigshow" + ], + "match": 22, + "title": null + } + }, + { + "pk": 65, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "davidotunga" + ], + "match": 23, + "title": null + } + }, + { + "pk": 66, + "model": "game.matchteam", + "fields": { + "victorious": true, + "members": [ + "johncena" + ], + "match": 23, + "title": null + } + }, + { + "pk": 67, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "albertodelrio" + ], + "match": 24, + "title": null + } + }, + { + "pk": 68, + "model": "game.matchteam", + "fields": { + "victorious": true, + "members": [ + "randyorton" + ], + "match": 24, + "title": null + } + }, + { + "pk": 69, + "model": "game.matchteam", + "fields": { + "victorious": true, + "members": [ + "danielbryan" + ], + "match": 25, + "title": null + } + }, + { + "pk": 70, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "kane" + ], + "match": 25, + "title": null + } + }, + { + "pk": 71, + "model": "game.matchteam", + "fields": { + "victorious": true, + "members": [ + "christian" + ], + "match": 26, + "title": "ic" + } + }, + { + "pk": 72, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "jindermahal" + ], + "match": 26, + "title": null + } + }, + { + "pk": 73, + "model": "game.matchteam", + "fields": { + "victorious": true, + "members": [ + "bethphoenix" + ], + "match": 27, + "title": null + } + }, + { + "pk": 74, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "kellykelly" + ], + "match": 27, + "title": null + } + }, + { + "pk": 75, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "johncena", + "sheamus" + ], + "match": 28, + "title": "heavyweight" + } + }, + { + "pk": 76, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "dolphziggler", + "jackswagger", + "tensai" + ], + "match": 28, + "title": null + } + }, + { + "pk": 77, + "model": "game.matchteam", + "fields": { + "victorious": true, + "members": [ + "christian" + ], + "match": 29, + "title": "ic" + } + }, + { + "pk": 78, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "hunico" + ], + "match": 29, + "title": null + } + }, + { + "pk": 79, + "model": "game.matchteam", + "fields": { + "victorious": true, + "members": [ + "darrenyoung", + "titusoneil" + ], + "match": 30, + "title": null + } + }, + { + "pk": 80, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "jeyuso", + "jimmyuso" + ], + "match": 30, + "title": null + } + }, + { + "pk": 81, + "model": "game.matchteam", + "fields": { + "victorious": true, + "members": [ + "ryback" + ], + "match": 31, + "title": null + } + }, + { + "pk": 82, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "nobody1", + "nobody2" + ], + "match": 31, + "title": null + } + }, + { + "pk": 83, + "model": "game.matchteam", + "fields": { + "victorious": true, + "members": [ + "santinomarella" + ], + "match": 32, + "title": "us" + } + }, + { + "pk": 84, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "ricardorodriguez" + ], + "match": 32, + "title": null + } + }, + { + "pk": 85, + "model": "game.matchteam", + "fields": { + "victorious": true, + "members": [ + "sheamus" + ], + "match": 33, + "title": "heavyweight" + } + }, + { + "pk": 86, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "jackswagger" + ], + "match": 33, + "title": null + } + }, + { + "pk": 87, + "model": "game.matchteam", + "fields": { + "victorious": true, + "members": [ + "damien-sandow" + ], + "match": 34, + "title": null + } + }, + { + "pk": 88, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "yoshitatsu" + ], + "match": 34, + "title": null + } + }, + { + "pk": 89, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "randyorton" + ], + "match": 35, + "title": null + } + }, + { + "pk": 90, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "kane" + ], + "match": 35, + "title": null + } + }, + { + "pk": 91, + "model": "game.matchteam", + "fields": { + "victorious": true, + "members": [ + "albertodelrio" + ], + "match": 35, + "title": null + } + }, + { + "pk": 92, + "model": "game.matchteam", + "fields": { + "victorious": true, + "members": [ + "albertodelrio" + ], + "match": 36, + "title": null + } + }, + { + "pk": 93, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "santinomarella" + ], + "match": 36, + "title": "us" + } + }, + { + "pk": 94, + "model": "game.matchteam", + "fields": { + "victorious": true, + "members": [ + "kofikingston", + "rtruth" + ], + "match": 37, + "title": "tag" + } + }, + { + "pk": 95, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "dolphziggler", + "jackswagger" + ], + "match": 37, + "title": null + } + }, + { + "pk": 96, + "model": "game.matchteam", + "fields": { + "victorious": true, + "members": [ + "danielbryan" + ], + "match": 38, + "title": null + } + }, + { + "pk": 97, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "cmpunk" + ], + "match": 38, + "title": "wwe" + } + }, + { + "pk": 98, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "themiz" + ], + "match": 39, + "title": null + } + }, + { + "pk": 99, + "model": "game.matchteam", + "fields": { + "victorious": true, + "members": [ + "christian" + ], + "match": 39, + "title": "ic" + } + }, + { + "pk": 100, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "davidotunga" + ], + "match": 40, + "title": null + } + }, + { + "pk": 101, + "model": "game.matchteam", + "fields": { + "victorious": true, + "members": [ + "sheamus" + ], + "match": 40, + "title": "heavyweight" + } + }, + { + "pk": 102, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "bigshow" + ], + "match": 41, + "title": null + } + }, + { + "pk": 103, + "model": "game.matchteam", + "fields": { + "victorious": false, + "members": [ + "brodusclay" + ], + "match": 41, + "title": null + } + }, + { + "pk": 1, + "model": "game.league", + "fields": { + "name": "Fire Pro Wrestling", + "oldtimer_picks": 2, + "diva_picks": 2, + "smackdown_picks": 3, + "raw_picks": 3, + "active": true, + "wildcard_picks": 1 + } + }, + { + "pk": 1, + "model": "game.team", + "fields": { + "color": "#1540a4", + "league": 1, + "login": 1, + "name": "GM Punk", + "stars": [ + "aj", + "antoniocesaro", + "bethphoenix", + "brock-lesnar", + "cmpunk", + "codyrhodes", + "kane", + "mickfoley", + "rtruth", + "sin-cara", + "wadebarrett" + ] + } + }, + { + "pk": 2, + "model": "game.team", + "fields": { + "color": "#f5a506", + "league": 1, + "login": 3, + "name": "I'm AWEsome!", + "stars": [ + "brodusclay", + "chrisjericho", + "damien-sandow", + "danielbryan", + "johncena", + "kellykelly", + "kharma", + "paulbearer", + "paulheyman", + "ryback", + "sheamus" + ] + } + }, + { + "pk": 3, + "model": "game.team", + "fields": { + "color": "#05c405", + "league": 1, + "login": 2, + "name": "COBRA!", + "stars": [ + "albertodelrio", + "bigshow", + "christian", + "dolphziggler", + "edge", + "jimross", + "kofikingston", + "layla", + "natalya", + "randyorton", + "santinomarella" + ] + } + }, + { + "pk": 1, + "model": "game.teampoints", + "fields": { + "points": 3, + "star": "cmpunk", + "match": 1, + "team": 1 + } + }, + { + "pk": 2, + "model": "game.teampoints", + "fields": { + "points": 0, + "star": "danielbryan", + "match": 1, + "team": 2 + } + }, + { + "pk": 3, + "model": "game.teampoints", + "fields": { + "points": 0, + "star": "codyrhodes", + "match": 1, + "team": 1 + } + }, + { + "pk": 4, + "model": "game.teampoints", + "fields": { + "points": 2, + "star": "santinomarella", + "match": 1, + "team": 3 + } + }, + { + "pk": 5, + "model": "game.teampoints", + "fields": { + "points": 2, + "star": "bethphoenix", + "match": 2, + "team": 1 + } + }, + { + "pk": 6, + "model": "game.teampoints", + "fields": { + "points": 0, + "star": "bigshow", + "match": 3, + "team": 3 + } + }, + { + "pk": 7, + "model": "game.teampoints", + "fields": { + "points": 2, + "star": "rtruth", + "match": 4, + "team": 1 + } + }, + { + "pk": 8, + "model": "game.teampoints", + "fields": { + "points": 0, + "star": "dolphziggler", + "match": 4, + "team": 3 + } + }, + { + "pk": 9, + "model": "game.teampoints", + "fields": { + "points": 2, + "star": "kofikingston", + "match": 4, + "team": 3 + } + }, + { + "pk": 10, + "model": "game.teampoints", + "fields": { + "points": 3, + "star": "brodusclay", + "match": 4, + "team": 2 + } + }, + { + "pk": 11, + "model": "game.teampoints", + "fields": { + "points": 0, + "star": "randyorton", + "match": 5, + "team": 3 + } + }, + { + "pk": 12, + "model": "game.teampoints", + "fields": { + "points": 1, + "star": "chrisjericho", + "match": 5, + "team": 2 + } + }, + { + "pk": 13, + "model": "game.teampoints", + "fields": { + "points": 10, + "star": "paulheyman", + "match": 6, + "team": 2 + } + }, + { + "pk": 14, + "model": "game.teampoints", + "fields": { + "points": 3, + "star": "rtruth", + "match": 7, + "team": 1 + } + }, + { + "pk": 15, + "model": "game.teampoints", + "fields": { + "points": 0, + "star": "titusoneil", + "match": 7, + "team": 3 + } + }, + { + "pk": 16, + "model": "game.teampoints", + "fields": { + "points": 2, + "star": "kofikingston", + "match": 7, + "team": 3 + } + }, + { + "pk": 17, + "model": "game.teampoints", + "fields": { + "points": 2, + "star": "damien-sandow", + "match": 8, + "team": 2 + } + }, + { + "pk": 18, + "model": "game.teampoints", + "fields": { + "points": 3, + "star": "danielbryan", + "match": 9, + "team": 2 + } + }, + { + "pk": 19, + "model": "game.teampoints", + "fields": { + "points": 0, + "star": "cmpunk", + "match": 10, + "team": 1 + } + }, + { + "pk": 20, + "model": "game.teampoints", + "fields": { + "points": 0, + "star": "codyrhodes", + "match": 11, + "team": 1 + } + }, + { + "pk": 21, + "model": "game.teampoints", + "fields": { + "points": 4, + "star": "santinomarella", + "match": 11, + "team": 3 + } + }, + { + "pk": 22, + "model": "game.teampoints", + "fields": { + "points": 0, + "star": "randyorton", + "match": 12, + "team": 3 + } + }, + { + "pk": 23, + "model": "game.teampoints", + "fields": { + "points": 2, + "star": "sheamus", + "match": 12, + "team": 2 + } + }, + { + "pk": 24, + "model": "game.teampoints", + "fields": { + "points": 1, + "star": "titusoneil", + "match": 14, + "team": 3 + } + }, + { + "pk": 25, + "model": "game.teampoints", + "fields": { + "points": 6, + "star": "rtruth", + "match": 15, + "team": 1 + } + }, + { + "pk": 26, + "model": "game.teampoints", + "fields": { + "points": 1, + "star": "dolphziggler", + "match": 15, + "team": 3 + } + }, + { + "pk": 27, + "model": "game.teampoints", + "fields": { + "points": 7, + "star": "kofikingston", + "match": 15, + "team": 3 + } + }, + { + "pk": 28, + "model": "game.teampoints", + "fields": { + "points": 6, + "star": "layla", + "match": 16, + "team": 3 + } + }, + { + "pk": 29, + "model": "game.teampoints", + "fields": { + "points": 1, + "star": "bethphoenix", + "match": 16, + "team": 1 + } + }, + { + "pk": 30, + "model": "game.teampoints", + "fields": { + "points": 1, + "star": "albertodelrio", + "match": 17, + "team": 3 + } + }, + { + "pk": 31, + "model": "game.teampoints", + "fields": { + "points": 1, + "star": "chrisjericho", + "match": 17, + "team": 2 + } + }, + { + "pk": 32, + "model": "game.teampoints", + "fields": { + "points": 1, + "star": "randyorton", + "match": 17, + "team": 3 + } + }, + { + "pk": 33, + "model": "game.teampoints", + "fields": { + "points": 12, + "star": "sheamus", + "match": 17, + "team": 2 + } + }, + { + "pk": 34, + "model": "game.teampoints", + "fields": { + "points": 3, + "star": "brodusclay", + "match": 18, + "team": 2 + } + }, + { + "pk": 35, + "model": "game.teampoints", + "fields": { + "points": 1, + "star": "codyrhodes", + "match": 19, + "team": 1 + } + }, + { + "pk": 36, + "model": "game.teampoints", + "fields": { + "points": 8, + "star": "cmpunk", + "match": 20, + "team": 1 + } + }, + { + "pk": 37, + "model": "game.teampoints", + "fields": { + "points": 1, + "star": "danielbryan", + "match": 20, + "team": 2 + } + }, + { + "pk": 38, + "model": "game.teampoints", + "fields": { + "points": 3, + "star": "ryback", + "match": 21, + "team": 2 + } + }, + { + "pk": 39, + "model": "game.teampoints", + "fields": { + "points": 1, + "star": "johncena", + "match": 22, + "team": 2 + } + }, + { + "pk": 40, + "model": "game.teampoints", + "fields": { + "points": 1, + "star": "bigshow", + "match": 22, + "team": 3 + } + }, + { + "pk": 41, + "model": "game.teampoints", + "fields": { + "points": 3, + "star": "johncena", + "match": 23, + "team": 2 + } + }, + { + "pk": 42, + "model": "game.teampoints", + "fields": { + "points": 0, + "star": "albertodelrio", + "match": 24, + "team": 3 + } + }, + { + "pk": 43, + "model": "game.teampoints", + "fields": { + "points": 1, + "star": "randyorton", + "match": 24, + "team": 3 + } + }, + { + "pk": 44, + "model": "game.teampoints", + "fields": { + "points": 1, + "star": "danielbryan", + "match": 25, + "team": 2 + } + }, + { + "pk": 45, + "model": "game.teampoints", + "fields": { + "points": 0, + "star": "kellykelly", + "match": 27, + "team": 2 + } + }, + { + "pk": 46, + "model": "game.teampoints", + "fields": { + "points": 2, + "star": "bethphoenix", + "match": 27, + "team": 1 + } + }, + { + "pk": 47, + "model": "game.teampoints", + "fields": { + "points": 0, + "star": "johncena", + "match": 28, + "team": 2 + } + }, + { + "pk": 48, + "model": "game.teampoints", + "fields": { + "points": 0, + "star": "tensai", + "match": 28, + "team": 1 + } + }, + { + "pk": 49, + "model": "game.teampoints", + "fields": { + "points": 0, + "star": "dolphziggler", + "match": 28, + "team": 3 + } + }, + { + "pk": 50, + "model": "game.teampoints", + "fields": { + "points": 0, + "star": "sheamus", + "match": 28, + "team": 2 + } + }, + { + "pk": 51, + "model": "game.teampoints", + "fields": { + "points": 2, + "star": "christian", + "match": 29, + "team": 3 + } + }, + { + "pk": 52, + "model": "game.teampoints", + "fields": { + "points": 4, + "star": "ryback", + "match": 31, + "team": 2 + } + }, + { + "pk": 53, + "model": "game.teampoints", + "fields": { + "points": 2, + "star": "santinomarella", + "match": 32, + "team": 3 + } + }, + { + "pk": 54, + "model": "game.teampoints", + "fields": { + "points": 2, + "star": "sheamus", + "match": 33, + "team": 2 + } + }, + { + "pk": 55, + "model": "game.teampoints", + "fields": { + "points": 2, + "star": "damien-sandow", + "match": 34, + "team": 2 + } + }, + { + "pk": 56, + "model": "game.teampoints", + "fields": { + "points": 4, + "star": "albertodelrio", + "match": 35, + "team": 3 + } + }, + { + "pk": 57, + "model": "game.teampoints", + "fields": { + "points": 0, + "star": "kane", + "match": 35, + "team": 1 + } + }, + { + "pk": 58, + "model": "game.teampoints", + "fields": { + "points": 0, + "star": "randyorton", + "match": 35, + "team": 3 + } + }, + { + "pk": 59, + "model": "game.teampoints", + "fields": { + "points": 5, + "star": "albertodelrio", + "match": 36, + "team": 3 + } + }, + { + "pk": 60, + "model": "game.teampoints", + "fields": { + "points": 0, + "star": "santinomarella", + "match": 36, + "team": 3 + } + }, + { + "pk": 61, + "model": "game.teampoints", + "fields": { + "points": 6, + "star": "rtruth", + "match": 37, + "team": 1 + } + }, + { + "pk": 62, + "model": "game.teampoints", + "fields": { + "points": 0, + "star": "dolphziggler", + "match": 37, + "team": 3 + } + }, + { + "pk": 63, + "model": "game.teampoints", + "fields": { + "points": 5, + "star": "kofikingston", + "match": 37, + "team": 3 + } + }, + { + "pk": 64, + "model": "game.teampoints", + "fields": { + "points": 0, + "star": "cmpunk", + "match": 38, + "team": 1 + } + }, + { + "pk": 65, + "model": "game.teampoints", + "fields": { + "points": 4, + "star": "danielbryan", + "match": 38, + "team": 2 + } + }, + { + "pk": 66, + "model": "game.teampoints", + "fields": { + "points": 2, + "star": "christian", + "match": 39, + "team": 3 + } + }, + { + "pk": 67, + "model": "game.teampoints", + "fields": { + "points": 2, + "star": "sheamus", + "match": 40, + "team": 2 + } + }, + { + "pk": 68, + "model": "game.teampoints", + "fields": { + "points": 0, + "star": "brodusclay", + "match": 41, + "team": 2 + } + }, + { + "pk": 69, + "model": "game.teampoints", + "fields": { + "points": 0, + "star": "bigshow", + "match": 41, + "team": 3 + } + } +] \ No newline at end of file diff --git a/fowl/game/fixtures/league-wip.json b/fowl/game/fixtures/league-wip.json deleted file mode 100644 index 87d195e..0000000 --- a/fowl/game/fixtures/league-wip.json +++ /dev/null @@ -1 +0,0 @@ -[{"pk": "aw", "model": "game.star", "fields": {"active": true, "division": "raw", "title": null, "name": "A. W.", "photo_url": "http://www.wwe.com/superstars/aw/f/styles/superstar_large/public/talent/profile/2012/04/abrahamwashington_1_full.png"}}, {"pk": "abdullahthebutcher", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Abdullah the Butcher", "photo_url": "http://www.wwe.com/superstars/abdullahthebutcher/f/styles/superstar_large/public/talent/profile/2012/02/abdullahthebutcher_1_full.png"}}, {"pk": "aj", "model": "game.star", "fields": {"active": true, "division": "divas", "title": null, "name": "AJ", "photo_url": "http://www.wwe.com/superstars/divas/aj/f/styles/superstar_large/public/talent/profile/2012/02/aj_1_full.png"}}, {"pk": "aksana", "model": "game.star", "fields": {"active": true, "division": "divas", "title": null, "name": "Aksana", "photo_url": "http://www.wwe.com/superstars/divas/aksana/f/styles/superstar_large/public/talent/profile/2012/02/aksana_1_full.png"}}, {"pk": "albertodelrio", "model": "game.star", "fields": {"active": true, "division": "smackdown", "title": null, "name": "Alberto Del Rio", "photo_url": "http://www.wwe.com/superstars/albertodelrio/f/styles/superstar_large/public/talent/profile/2012/02/albertodelrio_1_full.png"}}, {"pk": "alexriley", "model": "game.star", "fields": {"active": true, "division": "raw", "title": null, "name": "Alex Riley", "photo_url": "http://www.wwe.com/superstars/alexriley/f/styles/superstar_large/public/talent/profile/2012/02/alexriley_1_full.png"}}, {"pk": "aliciafox", "model": "game.star", "fields": {"active": true, "division": "divas", "title": null, "name": "Alicia Fox", "photo_url": "http://www.wwe.com/superstars/divas/aliciafox/f/styles/superstar_large/public/talent/profile/2012/02/aliciafox_1_full.png"}}, {"pk": "andrethegiant", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Andre the Giant", "photo_url": "http://www.wwe.com/superstars/andrethegiant/f/styles/superstar_large/public/talent/profile/2012/02/andrethegiant_1_full.png"}}, {"pk": "antoninorocca", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Antonino Rocca", "photo_url": "http://www.wwe.com/superstars/antoninorocca/f/styles/superstar_large/public/talent/profile/2012/02/antoniorocca_1_full.png"}}, {"pk": "antoniocesaro", "model": "game.star", "fields": {"active": true, "division": "smackdown", "title": null, "name": "Antonio Cesaro", "photo_url": "http://www.wwe.com/superstars/antoniocesaro/f/styles/superstar_large/public/talent/profile/2012/04/antoniocesaro_1_full_2012426.png"}}, {"pk": "antonioinoki", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Antonio Inoki", "photo_url": "http://www.wwe.com/superstars/antonioinoki/f/styles/superstar_large/public/talent/profile/2012/02/antonioinoki_1_full.png"}}, {"pk": "arnoldskaaland", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Arnold Skaaland", "photo_url": "http://www.wwe.com/superstars/arnoldskaaland/f/styles/superstar_large/public/talent/profile/2012/02/arnoldskaaland_1_full.png"}}, {"pk": "baronmikelscicluna", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Baron Mikel Scicluna", "photo_url": "http://www.wwe.com/superstars/baronmikelscicluna/f/styles/superstar_large/public/talent/profile/2012/02/baronmikel_1_full.png"}}, {"pk": "batista", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Batista", "photo_url": "http://www.wwe.com/superstars/batista/f/styles/superstar_large/public/talent/profile/2012/02/batista_1_full.png"}}, {"pk": "bethphoenix", "model": "game.star", "fields": {"active": true, "division": "divas", "title": null, "name": "Beth Phoenix", "photo_url": "http://www.wwe.com/superstars/divas/bethphoenix/f/styles/superstar_large/public/talent/profile/2012/02/bethphoenix_1_full.png"}}, {"pk": "bigdaddyv", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Big Daddy V", "photo_url": "http://www.wwe.com/superstars/bigdaddyv/f/styles/superstar_large/public/talent/profile/2012/02/bigdaddyv_1_full.png"}}, {"pk": "bigjohnstudd", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Big John Studd", "photo_url": "http://www.wwe.com/superstars/bigjohnstudd/f/styles/superstar_large/public/talent/profile/2012/02/bigjohnstudd_1_full.png"}}, {"pk": "bigshow", "model": "game.star", "fields": {"active": true, "division": "raw", "title": null, "name": "Big Show", "photo_url": "http://www.wwe.com/superstars/bigshow/f/styles/superstar_large/public/talent/profile/2012/02/bigshow_2_full.png"}}, {"pk": "billdemott", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Bill DeMott", "photo_url": "http://www.wwe.com/superstars/billdemott/f/styles/superstar_large/public/talent/profile/2012/02/billdemott_1_full.png"}}, {"pk": "billwatts", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Bill Watts", "photo_url": "http://www.wwe.com/superstars/billwatts/f/styles/superstar_large/public/talent/profile/2012/04/billwatts_1_full.png"}}, {"pk": "superstarbillygraham", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Billy Graham", "photo_url": "http://www.wwe.com/superstars/superstarbillygraham/f/styles/superstar_large/public/talent/profile/2012/02/billygraham_1_full.png"}}, {"pk": "billykidman", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Billy Kidman", "photo_url": "http://www.wwe.com/superstars/billykidman/f/styles/superstar_large/public/talent/profile/2012/02/billykidman_1_full.png"}}, {"pk": "blackjacks", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "The Blackjacks", "photo_url": "http://www.wwe.com/superstars/blackjacks/f/styles/superstar_large/public/talent/profile/2012/02/blackjack_1_full.png"}}, {"pk": "bobarmstrong", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Bob Armstrong", "photo_url": "http://www.wwe.com/superstars/bobarmstrong/f/styles/superstar_large/public/talent/profile/2012/02/bobarmstrong_1_full.png"}}, {"pk": "bobortonjr", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Bob Orton Jr.", "photo_url": "http://www.wwe.com/superstars/bobortonjr/f/styles/superstar_large/public/talent/profile/2012/02/bobortonjr_1_full.png"}}, {"pk": "bobuecker", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Bob Uecker", "photo_url": "http://www.wwe.com/superstars/bobuecker/f/styles/superstar_large/public/talent/profile/2012/02/bobuecker_1_full.png"}}, {"pk": "bobbyheenan", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Bobby Heenan", "photo_url": "http://www.wwe.com/superstars/bobbyheenan/f/styles/superstar_large/public/talent/profile/2012/02/bobbyheenan_1_full.png"}}, {"pk": "bobobrazil", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Bobo Brazil", "photo_url": "http://www.wwe.com/superstars/bobobrazil/f/styles/superstar_large/public/talent/profile/2012/02/bobobrazil_1_full.png"}}, {"pk": "boogeyman", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Boogeyman", "photo_url": "http://www.wwe.com/superstars/boogeyman/f/styles/superstar_large/public/talent/profile/2012/02/boogeyman_1_full.png"}}, {"pk": "bookert", "model": "game.star", "fields": {"active": true, "division": "smackdown", "title": null, "name": "Booker T", "photo_url": "http://www.wwe.com/superstars/bookert/f/styles/superstar_large/public/talent/profile/2012/02/bookert_1_full.png"}}, {"pk": "brethart", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Bret Hart", "photo_url": "http://www.wwe.com/superstars/brethart/f/styles/superstar_large/public/talent/profile/2012/02/brethart_1_full.png"}}, {"pk": "briebella", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Brie Bella", "photo_url": "http://www.wwe.com/superstars/briebella/f/styles/superstar_large/public/talent/profile/2012/02/briebella_1_full.png"}}, {"pk": "britishbulldog", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "British Bulldog", "photo_url": "http://www.wwe.com/superstars/britishbulldog/f/styles/superstar_large/public/talent/profile/2012/02/britishbulldog_1_full.png"}}, {"pk": "brock-lesnar", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Brock Lesnar", "photo_url": "http://www.wwe.com/superstars/brock-lesnar/f/styles/superstar_large/public/talent/profile/2012/04/brocklesnar_1_full_2012430.png"}}, {"pk": "brodusclay", "model": "game.star", "fields": {"active": true, "division": "raw", "title": null, "name": "Brodus Clay", "photo_url": "http://www.wwe.com/superstars/brodusclay/f/styles/superstar_large/public/talent/profile/2012/02/brodusclay_1_full.png"}}, {"pk": "brooklyn-brawler", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Brooklyn Brawler", "photo_url": "http://www.wwe.com/superstars/brooklyn-brawler/f/styles/superstar_large/public/talent/profile/2012/04/brooklynbrawler_1_full.png"}}, {"pk": "buddyrogers", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Buddy Rogers", "photo_url": "http://www.wwe.com/superstars/buddyrogers/f/styles/superstar_large/public/talent/profile/2012/02/buddyrogers_1_full.png"}}, {"pk": "buddyrose", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Buddy Rose", "photo_url": "http://www.wwe.com/superstars/buddyrose/f/styles/superstar_large/public/talent/profile/2012/02/buddyrose_1_full.png"}}, {"pk": "the-bushwhackers", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "The Bushwhackers", "photo_url": "http://www.wwe.com/superstars/the-bushwhackers/f/styles/superstar_large/public/talent/profile/2012/02/bushwackers2_1_full.png"}}, {"pk": "butchreed", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Butch Reed", "photo_url": "http://www.wwe.com/superstars/butchreed/f/styles/superstar_large/public/talent/profile/2012/02/butchreed_1_full.png"}}, {"pk": "camacho", "model": "game.star", "fields": {"active": true, "division": "smackdown", "title": null, "name": "Camacho", "photo_url": "http://www.wwe.com/superstars/camacho/f/styles/superstar_large/public/talent/profile/2012/02/camacho_1_full.png"}}, {"pk": "cameron", "model": "game.star", "fields": {"active": true, "division": "divas", "title": null, "name": "Cameron", "photo_url": "http://www.wwe.com/superstars/divas/cameron/f/styles/superstar_large/public/talent/profile/2012/04/cameron_1_full.png"}}, {"pk": "candice", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Candice", "photo_url": "http://www.wwe.com/superstars/candice/f/styles/superstar_large/public/talent/profile/2012/02/candice_1_full.png"}}, {"pk": "captainloualbano", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Captain Lou Albano", "photo_url": "http://www.wwe.com/superstars/captainloualbano/f/styles/superstar_large/public/talent/profile/2012/02/captainloualbano_1_full.png"}}, {"pk": "cherry", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Cherry", "photo_url": "http://www.wwe.com/superstars/cherry/f/styles/superstar_large/public/talent/profile/2012/02/Cher_1_full.png"}}, {"pk": "chiefjaystrongbow", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Chief Jay Strongbow", "photo_url": "http://www.wwe.com/superstars/chiefjaystrongbow/f/styles/superstar_large/public/talent/profile/2012/04/chiefjaystrongbow_1_full.png"}}, {"pk": "chrisjericho", "model": "game.star", "fields": {"active": true, "division": "raw", "title": null, "name": "Chris Jericho", "photo_url": "http://www.wwe.com/superstars/chrisjericho/f/styles/superstar_large/public/talent/profile/2012/02/chrisjericho_1_full.png"}}, {"pk": "chrismasters", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Chris Masters", "photo_url": "http://www.wwe.com/superstars/chrismasters/f/styles/superstar_large/public/talent/profile/2012/02/chrismasters_1_full.png"}}, {"pk": "christian", "model": "game.star", "fields": {"active": true, "division": "smackdown", "title": "ic", "name": "Christian", "photo_url": "http://www.wwe.com/superstars/christian/f/styles/superstar_large/public/talent/profile/2012/02/christian_1_full.png"}}, {"pk": "cmpunk", "model": "game.star", "fields": {"active": true, "division": "raw", "title": "wwe", "name": "CM Punk", "photo_url": "http://www.wwe.com/superstars/cmpunk/f/styles/superstar_large/public/talent/profile/2012/02/cmpunk_3_full.png"}}, {"pk": "codyrhodes", "model": "game.star", "fields": {"active": true, "division": "smackdown", "title": null, "name": "Cody Rhodes", "photo_url": "http://www.wwe.com/superstars/codyrhodes/f/styles/superstar_large/public/talent/profile/2012/02/codyrhodes_1_full.png"}}, {"pk": "curthawkins", "model": "game.star", "fields": {"active": true, "division": "raw", "title": null, "name": "Curt Hawkins", "photo_url": "http://www.wwe.com/superstars/curthawkins/f/styles/superstar_large/public/talent/profile/2012/02/curthawkins_1_full.png"}}, {"pk": "curthennig", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Curt Hennig", "photo_url": "http://www.wwe.com/superstars/curthennig/f/styles/superstar_large/public/talent/profile/2012/02/curthennig_1_full.png"}}, {"pk": "damien-sandow", "model": "game.star", "fields": {"active": true, "division": "smackdown", "title": null, "name": "Damien Sandow", "photo_url": "http://www.wwe.com/superstars/damien-sandow/f/styles/superstar_large/public/talent/profile/2012/04/damiensandow_1_full.png"}}, {"pk": "danielbryan", "model": "game.star", "fields": {"active": true, "division": "smackdown", "title": null, "name": "Daniel Bryan", "photo_url": "http://www.wwe.com/superstars/danielbryan/f/styles/superstar_large/public/talent/profile/2012/02/danielbryan_1_full.png"}}, {"pk": "darrenyoung", "model": "game.star", "fields": {"active": true, "division": "smackdown", "title": null, "name": "Darren Young", "photo_url": "http://www.wwe.com/superstars/darrenyoung/f/styles/superstar_large/public/talent/profile/2012/05/darrenyoung_1_full_2012524.png"}}, {"pk": "dhsmith", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "David Hart Smith", "photo_url": "http://www.wwe.com/superstars/dhsmith/f/styles/superstar_large/public/talent/profile/2012/02/dhsmith_1_full.png"}}, {"pk": "davidotunga", "model": "game.star", "fields": {"active": true, "division": "raw", "title": null, "name": "David Otunga", "photo_url": "http://www.wwe.com/superstars/davidotunga/f/styles/superstar_large/public/talent/profile/2012/02/davidotunga_1_full.png"}}, {"pk": "dawnmarie", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Dawn Marie", "photo_url": "http://www.wwe.com/superstars/dawnmarie/f/styles/superstar_large/public/talent/profile/2012/02/dawnmarie_1_full.png"}}, {"pk": "dean-malenko", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Dean Malenko", "photo_url": "http://www.wwe.com/superstars/dean-malenko/f/styles/superstar_large/public/talent/profile/2012/02/deanmalenko_1_full.png"}}, {"pk": "demolition", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Demolition", "photo_url": "http://www.wwe.com/superstars/demolition/f/styles/superstar_large/public/talent/profile/2012/03/demolitionax_1_full.png"}}, {"pk": "derrickbateman", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Derrick Bateman", "photo_url": "http://www.wwe.com/superstars/derrickbateman/f/styles/superstar_large/public/talent/profile/2012/02/derrickbateman_1_full.png"}}, {"pk": "ddp", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Diamond Dallas Page", "photo_url": "http://www.wwe.com/superstars/ddp/f/styles/superstar_large/public/talent/profile/2012/02/diamonddallaspage_1_full.png"}}, {"pk": "doink", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Doink The Clown", "photo_url": "http://www.wwe.com/superstars/doink/f/styles/superstar_large/public/talent/profile/2012/02/doink_1_full.png"}}, {"pk": "dolphziggler", "model": "game.star", "fields": {"active": true, "division": "raw", "title": null, "name": "Dolph Ziggler", "photo_url": "http://www.wwe.com/superstars/dolphziggler/f/styles/superstar_large/public/talent/profile/2012/02/dolphziggler_3_full.png"}}, {"pk": "donmuraco", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Don Muraco", "photo_url": "http://www.wwe.com/superstars/donmuraco/f/styles/superstar_large/public/talent/profile/2012/02/donmuraco_1_full.png"}}, {"pk": "drdeath", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Dr. Death", "photo_url": "http://www.wwe.com/superstars/drdeath/f/styles/superstar_large/public/talent/profile/2012/02/drdeath_1_full.png"}}, {"pk": "drewcarey", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Drew Carey", "photo_url": "http://www.wwe.com/superstars/drewcarey/f/styles/superstar_large/public/talent/profile/2012/02/drewcarey_1_full.png"}}, {"pk": "drewmcintyre", "model": "game.star", "fields": {"active": true, "division": "smackdown", "title": null, "name": "Drew McIntyre", "photo_url": "http://www.wwe.com/superstars/drewmcintyre/f/styles/superstar_large/public/talent/profile/2012/02/drewmcintyre_1_full.png"}}, {"pk": "dukedroese", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Duke Droese", "photo_url": "http://www.wwe.com/superstars/dukedroese/f/styles/superstar_large/public/talent/profile/2012/02/dukedroese_1_full.png"}}, {"pk": "dustyrhodes", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Dusty Rhodes", "photo_url": "http://www.wwe.com/superstars/dustyrhodes/f/styles/superstar_large/public/talent/profile/2012/02/dustyrhodes_1_full.png"}}, {"pk": "therock", "model": "game.star", "fields": {"active": true, "division": "raw", "title": null, "name": "Dwayne \"The Rock\" Johnson", "photo_url": "http://www.wwe.com/superstars/therock/f/styles/superstar_large/public/talent/profile/2012/02/therock_1_full.png"}}, {"pk": "earthquake", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Earthquake", "photo_url": "http://www.wwe.com/superstars/earthquake/f/styles/superstar_large/public/talent/profile/2012/02/earthquake_1_full.png"}}, {"pk": "eddiegraham", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Eddie Graham", "photo_url": "http://www.wwe.com/superstars/eddiegraham/f/styles/superstar_large/public/talent/profile/2012/02/eddiegraham_1_full.png"}}, {"pk": "eddieguerrero", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Eddie Guerrero", "photo_url": "http://www.wwe.com/superstars/eddieguerrero/f/styles/superstar_large/public/talent/profile/2012/02/eddieguerrero_1_full.png"}}, {"pk": "edge", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Edge", "photo_url": "http://www.wwe.com/superstars/edge/f/styles/superstar_large/public/talent/profile/2012/02/edge_1_full.png"}}, {"pk": "epico", "model": "game.star", "fields": {"active": true, "division": "raw", "title": null, "name": "Epico", "photo_url": "http://www.wwe.com/superstars/epico/f/styles/superstar_large/public/talent/profile/2012/02/epico_1_full.png"}}, {"pk": "ernieladd", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Ernie Ladd", "photo_url": "http://www.wwe.com/superstars/ernieladd/f/styles/superstar_large/public/talent/profile/2012/02/ernieladd_1_full.png"}}, {"pk": "evanbourne", "model": "game.star", "fields": {"active": true, "division": "raw", "title": null, "name": "Evan Bourne", "photo_url": "http://www.wwe.com/superstars/evanbourne/f/styles/superstar_large/public/talent/profile/2012/02/evanbourne_1_full.png"}}, {"pk": "eve", "model": "game.star", "fields": {"active": true, "division": "divas", "title": null, "name": "Eve", "photo_url": "http://www.wwe.com/superstars/divas/eve/f/styles/superstar_large/public/talent/profile/2012/04/eve_1_full.png"}}, {"pk": "ezekieljackson", "model": "game.star", "fields": {"active": true, "division": "smackdown", "title": null, "name": "Ezekiel Jackson", "photo_url": "http://www.wwe.com/superstars/ezekieljackson/f/styles/superstar_large/public/talent/profile/2012/02/ezekialjackson_1_full.png"}}, {"pk": "fabulousmoolah", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Fabulous Moolah", "photo_url": "http://www.wwe.com/superstars/fabulousmoolah/f/styles/superstar_large/public/talent/profile/2012/02/fabulousmoolah_1_full.png"}}, {"pk": "the-four-horsemen", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Four Horsemen", "photo_url": "http://www.wwe.com/superstars/the-four-horsemen/f/styles/superstar_large/public/talent/profile/2012/02/arnanderson_1_full.png"}}, {"pk": "freddieblassie", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Freddie Blassie", "photo_url": "http://www.wwe.com/superstars/freddieblassie/f/styles/superstar_large/public/talent/profile/2012/02/freddieblassie_1_full.png"}}, {"pk": "thefunks", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "The Funks", "photo_url": "http://www.wwe.com/superstars/thefunks/f/styles/superstar_large/public/talent/profile/2012/02/terryfunk_1_full.png"}}, {"pk": "geneokerlund", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Gene Okerlund", "photo_url": "http://www.wwe.com/superstars/geneokerlund/f/styles/superstar_large/public/talent/profile/2012/02/meangene_1_full.png"}}, {"pk": "georgesteele", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "George Steele", "photo_url": "http://www.wwe.com/superstars/georgesteele/f/styles/superstar_large/public/talent/profile/2012/02/georgesteele_1_full.png"}}, {"pk": "geraldbrisco", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Gerald Brisco", "photo_url": "http://www.wwe.com/superstars/geraldbrisco/f/styles/superstar_large/public/talent/profile/2012/02/geraldbrisco_1_full.png"}}, {"pk": "gillberg", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Gillberg", "photo_url": "http://www.wwe.com/superstars/gillberg/f/styles/superstar_large/public/talent/profile/2012/02/gillberg_1_full.png"}}, {"pk": "gobbledygooker", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Gobbledy Gooker", "photo_url": "http://www.wwe.com/superstars/gobbledygooker/f/styles/superstar_large/public/talent/profile/2012/02/gobbeldygooker_1_full.png"}}, {"pk": "goldberg", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Goldberg", "photo_url": "http://www.wwe.com/superstars/goldberg/f/styles/superstar_large/public/talent/profile/2012/02/goldberg_1_full.png"}}, {"pk": "goldust", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Goldust", "photo_url": "http://www.wwe.com/superstars/goldust/f/styles/superstar_large/public/talent/profile/2012/02/goldust_3_full.png"}}, {"pk": "gordonsolie", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Gordon Solie", "photo_url": "http://www.wwe.com/superstars/gordonsolie/f/styles/superstar_large/public/talent/profile/2012/02/gordonsolie_1_full.png"}}, {"pk": "gorgeousgeorge", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Gorgeous George", "photo_url": "http://www.wwe.com/superstars/gorgeousgeorge/f/styles/superstar_large/public/talent/profile/2012/02/gorgeousgeorge_1_full.png"}}, {"pk": "gorillamonsoon", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Gorilla Monsoon", "photo_url": "http://www.wwe.com/superstars/gorillamonsoon/f/styles/superstar_large/public/talent/profile/2012/02/gorillamonsoon_1_full.png"}}, {"pk": "thegrandwizard", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "The Grand Wizard", "photo_url": "http://www.wwe.com/superstars/thegrandwizard/f/styles/superstar_large/public/talent/profile/2012/02/thegrandwizard_1_full.png"}}, {"pk": "thegreatkhali", "model": "game.star", "fields": {"active": true, "division": "smackdown", "title": null, "name": "The Great Khali", "photo_url": "http://www.wwe.com/superstars/thegreatkhali/f/styles/superstar_large/public/talent/profile/2012/02/thegreatkhali_3_full.png"}}, {"pk": "gregvalentine", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Greg Valentine", "photo_url": "http://www.wwe.com/superstars/gregvalentine/f/styles/superstar_large/public/talent/profile/2012/02/gregvalentine_1_full.png"}}, {"pk": "hacksawjimduggan", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Hacksaw Jim Duggan", "photo_url": "http://www.wwe.com/superstars/hacksawjimduggan/f/styles/superstar_large/public/talent/profile/2012/02/hacksawjimduggan_1_full.png"}}, {"pk": "harleyrace", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Harley Race", "photo_url": "http://www.wwe.com/superstars/harleyrace/f/styles/superstar_large/public/talent/profile/2012/02/harleyrace_1_full.png"}}, {"pk": "heathslater", "model": "game.star", "fields": {"active": true, "division": "smackdown", "title": null, "name": "Heath Slater", "photo_url": "http://www.wwe.com/superstars/heathslater/f/styles/superstar_large/public/talent/profile/2012/02/heathslater_1_full.png"}}, {"pk": "petermaivia", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "High Chief Peter Maivia", "photo_url": "http://www.wwe.com/superstars/petermaivia/f/styles/superstar_large/public/talent/profile/2012/02/highchiefpetermavia_1_full.png"}}, {"pk": "hornswoggle", "model": "game.star", "fields": {"active": true, "division": "smackdown", "title": null, "name": "Hornswoggle", "photo_url": "http://www.wwe.com/superstars/hornswoggle/f/styles/superstar_large/public/talent/profile/2012/02/hornswoggle_1_full.png"}}, {"pk": "howardfinkel", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Howard Finkel", "photo_url": "http://www.wwe.com/superstars/howardfinkel/f/styles/superstar_large/public/talent/profile/2012/03/howardfinkel_1_full.png"}}, {"pk": "hulkhogan", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Hulk Hogan", "photo_url": "http://www.wwe.com/superstars/hulkhogan/f/styles/superstar_large/public/talent/profile/2012/02/hulkhogan_1_full.png"}}, {"pk": "hunico", "model": "game.star", "fields": {"active": true, "division": "smackdown", "title": null, "name": "Hunico", "photo_url": "http://www.wwe.com/superstars/hunico/f/styles/superstar_large/public/talent/profile/2012/02/hunico_1_full.png"}}, {"pk": "thehurricane", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "The Hurricane", "photo_url": "http://www.wwe.com/superstars/thehurricane/f/styles/superstar_large/public/talent/profile/2012/02/hurricane_1_full.png"}}, {"pk": "theironsheik", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "The Iron Sheik", "photo_url": "http://www.wwe.com/superstars/theironsheik/f/styles/superstar_large/public/talent/profile/2012/02/ironsheik_1_full.png"}}, {"pk": "irs", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Irwin R. Schyster", "photo_url": "http://www.wwe.com/superstars/irs/f/styles/superstar_large/public/talent/profile/2012/02/IRS_1_full.png"}}, {"pk": "ivanputski", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Ivan Putski", "photo_url": "http://www.wwe.com/superstars/ivanputski/f/styles/superstar_large/public/talent/profile/2012/02/ivanputski_1_full.png"}}, {"pk": "ivory", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Ivory", "photo_url": "http://www.wwe.com/superstars/ivory/f/styles/superstar_large/public/talent/profile/2012/02/ivory_1_full.png"}}, {"pk": "jackbrisco", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Jack Brisco", "photo_url": "http://www.wwe.com/superstars/jackbrisco/f/styles/superstar_large/public/talent/profile/2012/02/jackbrisco_1_full.png"}}, {"pk": "jackswagger", "model": "game.star", "fields": {"active": true, "division": "raw", "title": null, "name": "Jack Swagger", "photo_url": "http://www.wwe.com/superstars/jackswagger/f/styles/superstar_large/public/talent/profile/2012/02/jackswagger_1_full.png"}}, {"pk": "jakeroberts", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Jake \"The Snake\" Roberts", "photo_url": "http://www.wwe.com/superstars/jakeroberts/f/styles/superstar_large/public/talent/profile/2012/02/jakethesnake_1_full.png"}}, {"pk": "jamesdudley", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "James Dudley", "photo_url": "http://www.wwe.com/superstars/jamesdudley/f/styles/superstar_large/public/talent/profile/2012/02/jamesdudley_1_full.png"}}, {"pk": "jamienoble", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Jamie Noble", "photo_url": "http://www.wwe.com/superstars/jamienoble/f/styles/superstar_large/public/talent/profile/2012/02/jamienoble_1_full.png"}}, {"pk": "jazz", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Jazz", "photo_url": "http://www.wwe.com/superstars/jazz/f/styles/superstar_large/public/talent/profile/2012/02/jazz_1_full.png"}}, {"pk": "jbl", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "JBL", "photo_url": "http://www.wwe.com/superstars/jbl/f/styles/superstar_large/public/talent/profile/2012/02/JBL_1_full.png"}}, {"pk": "jerrylawler", "model": "game.star", "fields": {"active": true, "division": "raw", "title": null, "name": "Jerry Lawler", "photo_url": "http://www.wwe.com/superstars/jerrylawler/f/styles/superstar_large/public/talent/profile/2012/02/jerrylawler_1_full.png"}}, {"pk": "jesseventura", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Jesse Ventura", "photo_url": "http://www.wwe.com/superstars/jesseventura/f/styles/superstar_large/public/talent/profile/2012/02/jesseventura_1_full.png"}}, {"pk": "jeyuso", "model": "game.star", "fields": {"active": true, "division": "smackdown", "title": null, "name": "Jey Uso", "photo_url": "http://www.wwe.com/superstars/jeyuso/f/styles/superstar_large/public/talent/profile/2012/02/jeyuso_1_full.png"}}, {"pk": "jillian", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Jillian", "photo_url": "http://www.wwe.com/superstars/jillian/f/styles/superstar_large/public/talent/profile/2012/02/jillianhall_1_full.png"}}, {"pk": "jimross", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Jim Ross", "photo_url": "http://www.wwe.com/superstars/jimross/f/styles/superstar_large/public/talent/profile/2012/02/jimross_1_full.png"}}, {"pk": "jimmyhart", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Jimmy Hart", "photo_url": "http://www.wwe.com/superstars/jimmyhart/f/styles/superstar_large/public/talent/profile/2012/02/jimmyhart_1_full.png"}}, {"pk": "jimmysnuka", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Jimmy Snuka", "photo_url": "http://www.wwe.com/superstars/jimmysnuka/f/styles/superstar_large/public/talent/profile/2012/02/jimmysnuka_1_full.png"}}, {"pk": "jimmyuso", "model": "game.star", "fields": {"active": true, "division": "smackdown", "title": null, "name": "Jimmy Uso", "photo_url": "http://www.wwe.com/superstars/jimmyuso/f/styles/superstar_large/public/talent/profile/2012/02/jimmyuso_1_full.png"}}, {"pk": "jindermahal", "model": "game.star", "fields": {"active": true, "division": "smackdown", "title": null, "name": "Jinder Mahal", "photo_url": "http://www.wwe.com/superstars/jindermahal/f/styles/superstar_large/public/talent/profile/2012/02/jindermahal_1_full.png"}}, {"pk": "joey-mercury", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Joey Mercury", "photo_url": "http://www.wwe.com/superstars/joey-mercury/f/styles/superstar_large/public/talent/profile/2012/02/joeymercury_1_full.png"}}, {"pk": "joey-styles", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Joey Styles", "photo_url": "http://www.wwe.com/superstars/joey-styles/f/styles/superstar_large/public/talent/profile/2012/04/joeystyles_1_full.png"}}, {"pk": "johncena", "model": "game.star", "fields": {"active": true, "division": "raw", "title": null, "name": "John Cena", "photo_url": "http://www.wwe.com/superstars/johncena/f/styles/superstar_large/public/talent/profile/2012/04/johncena_1_full.png"}}, {"pk": "john-laurinaitis", "model": "game.star", "fields": {"active": true, "division": "raw", "title": null, "name": "John Laurinaitis", "photo_url": "http://www.wwe.com/superstars/john-laurinaitis/f/styles/superstar_large/public/talent/profile/2012/02/johnlaurinaitis_1_full.png"}}, {"pk": "johnmorrison", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "John Morrison", "photo_url": "http://www.wwe.com/superstars/johnmorrison/f/styles/superstar_large/public/talent/profile/2012/02/johnmorrison_1_full.png"}}, {"pk": "johnnycurtis", "model": "game.star", "fields": {"active": true, "division": "smackdown", "title": null, "name": "Johnny Curtis", "photo_url": "http://www.wwe.com/superstars/johnnycurtis/f/styles/superstar_large/public/talent/profile/2012/02/johnnycurtis_1_full.png"}}, {"pk": "johnnyrodz", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Johnny Rodz", "photo_url": "http://www.wwe.com/superstars/johnnyrodz/f/styles/superstar_large/public/talent/profile/2012/02/johnnyrodz_1_full.png"}}, {"pk": "jonathancoachman", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Jonathan Coachman", "photo_url": "http://www.wwe.com/superstars/jonathancoachman/f/styles/superstar_large/public/talent/profile/2012/02/coach_1_full.png"}}, {"pk": "joshmathews", "model": "game.star", "fields": {"active": true, "division": "smackdown", "title": null, "name": "Josh Mathews", "photo_url": "http://www.wwe.com/superstars/joshmathews/f/styles/superstar_large/public/talent/profile/2012/02/joshmathews_1_full.png"}}, {"pk": "jtg", "model": "game.star", "fields": {"active": true, "division": "raw", "title": null, "name": "JTG", "photo_url": "http://www.wwe.com/superstars/jtg/f/styles/superstar_large/public/talent/profile/2012/02/jtg_1_full.png"}}, {"pk": "junkyarddog", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Junkyard Dog", "photo_url": "http://www.wwe.com/superstars/junkyarddog/f/styles/superstar_large/public/talent/profile/2012/02/junkyarddog_1_full.png"}}, {"pk": "justingabriel", "model": "game.star", "fields": {"active": true, "division": "smackdown", "title": null, "name": "Justin Gabriel", "photo_url": "http://www.wwe.com/superstars/justingabriel/f/styles/superstar_large/public/talent/profile/2012/02/justingabriel_1_full.png"}}, {"pk": "justinroberts", "model": "game.star", "fields": {"active": true, "division": "raw", "title": null, "name": "Justin Roberts", "photo_url": "http://www.wwe.com/superstars/justinroberts/f/styles/superstar_large/public/talent/profile/2012/02/justinroberts_1_full.png"}}, {"pk": "kaitlyn", "model": "game.star", "fields": {"active": true, "division": "divas", "title": null, "name": "Kaitlyn", "photo_url": "http://www.wwe.com/superstars/divas/kaitlyn/f/styles/superstar_large/public/talent/profile/2012/02/kaitlyn_1_full.png"}}, {"pk": "kamala", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Kamala", "photo_url": "http://www.wwe.com/superstars/kamala/f/styles/superstar_large/public/talent/profile/2012/02/kamala_1_full.png"}}, {"pk": "kane", "model": "game.star", "fields": {"active": true, "division": "raw", "title": null, "name": "Kane", "photo_url": "http://www.wwe.com/superstars/kane/f/styles/superstar_large/public/talent/profile/2012/02/kane_1_full.png"}}, {"pk": "kellykelly", "model": "game.star", "fields": {"active": true, "division": "divas", "title": null, "name": "Kelly Kelly", "photo_url": "http://www.wwe.com/superstars/divas/kellykelly/f/styles/superstar_large/public/talent/profile/2012/02/kellykelly_1_full.png"}}, {"pk": "kevinnash", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Kevin Nash", "photo_url": "http://www.wwe.com/superstars/kevinnash/f/styles/superstar_large/public/talent/profile/2012/02/kevinnash_1_full.png"}}, {"pk": "kharma", "model": "game.star", "fields": {"active": true, "division": "raw", "title": null, "name": "Kharma", "photo_url": "http://www.wwe.com/superstars/kharma/f/styles/superstar_large/public/talent/profile/2012/02/kharma_1_full.png"}}, {"pk": "killerkowalski", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Killer Kowalski", "photo_url": "http://www.wwe.com/superstars/killerkowalski/f/styles/superstar_large/public/talent/profile/2012/02/killerkowalski_1_full.png"}}, {"pk": "kingkongbundy", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "King Kong Bundy", "photo_url": "http://www.wwe.com/superstars/kingkongbundy/f/styles/superstar_large/public/talent/profile/2012/02/kingkongbundy_1_full.png"}}, {"pk": "kofikingston", "model": "game.star", "fields": {"active": true, "division": "raw", "title": null, "name": "Kofi Kingston", "photo_url": "http://www.wwe.com/superstars/kofikingston/f/styles/superstar_large/public/talent/profile/2012/02/kofikingston_1_full.png"}}, {"pk": "kokobware", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Koko B. Ware", "photo_url": "http://www.wwe.com/superstars/kokobware/f/styles/superstar_large/public/talent/profile/2012/02/kokobware_1_full.png"}}, {"pk": "lancestorm", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Lance Storm", "photo_url": "http://www.wwe.com/superstars/lancestorm/f/styles/superstar_large/public/talent/profile/2012/02/lancestorm_1_full.png"}}, {"pk": "layla", "model": "game.star", "fields": {"active": true, "division": "divas", "title": "diva", "name": "Layla", "photo_url": "http://www.wwe.com/superstars/divas/layla/f/styles/superstar_large/public/talent/profile/2012/05/layla_1_full_2012525.png"}}, {"pk": "lex-luger", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Lex Luger", "photo_url": "http://www.wwe.com/superstars/lex-luger/f/styles/superstar_large/public/talent/profile/2012/03/lexluger_1_full.png"}}, {"pk": "liliangarcia", "model": "game.star", "fields": {"active": true, "division": "divas", "title": null, "name": "Lilian Garcia", "photo_url": "http://www.wwe.com/superstars/divas/liliangarcia/f/styles/superstar_large/public/talent/profile/2012/04/lilian_1_full.png"}}, {"pk": "lita", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Lita", "photo_url": "http://www.wwe.com/superstars/lita/f/styles/superstar_large/public/talent/profile/2012/02/lita_1_full.png"}}, {"pk": "lunavachon", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Luna Vachon", "photo_url": "http://www.wwe.com/superstars/lunavachon/f/styles/superstar_large/public/talent/profile/2012/02/lunavachon_1_full.png"}}, {"pk": "maeyoung", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Mae Young", "photo_url": "http://www.wwe.com/superstars/maeyoung/f/styles/superstar_large/public/talent/profile/2012/02/maeyoung_1_full.png"}}, {"pk": "maria", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Maria", "photo_url": "http://www.wwe.com/superstars/maria/f/styles/superstar_large/public/talent/profile/2012/02/maria_1_full.png"}}, {"pk": "markhenry", "model": "game.star", "fields": {"active": true, "division": "smackdown", "title": null, "name": "Mark Henry", "photo_url": "http://www.wwe.com/superstars/markhenry/f/styles/superstar_large/public/talent/profile/2012/02/markhenry_1_full.png"}}, {"pk": "maryse", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Maryse", "photo_url": "http://www.wwe.com/superstars/maryse/f/styles/superstar_large/public/talent/profile/2012/02/maryse_1_full.png"}}, {"pk": "masonryan", "model": "game.star", "fields": {"active": true, "division": "raw", "title": null, "name": "Mason Ryan", "photo_url": "http://www.wwe.com/superstars/masonryan/f/styles/superstar_large/public/talent/profile/2012/02/masonryan_1_full.png"}}, {"pk": "mattstriker", "model": "game.star", "fields": {"active": true, "division": "smackdown", "title": null, "name": "Matt Striker", "photo_url": "http://www.wwe.com/superstars/mattstriker/f/styles/superstar_large/public/talent/profile/2012/02/mattstriker_1_full.png"}}, {"pk": "mauricevachon", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Maurice \"Mad Dog\" Vachon", "photo_url": "http://www.wwe.com/superstars/mauricevachon/f/styles/superstar_large/public/talent/profile/2012/02/maddogvachon_1_full.png"}}, {"pk": "maxine", "model": "game.star", "fields": {"active": true, "division": "divas", "title": null, "name": "Maxine", "photo_url": "http://www.wwe.com/superstars/divas/maxine/f/styles/superstar_large/public/talent/profile/2012/02/maxine_1_full.png"}}, {"pk": "melina", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Melina", "photo_url": "http://www.wwe.com/superstars/melina/f/styles/superstar_large/public/talent/profile/2012/02/melina_1_full.png"}}, {"pk": "michaelcole", "model": "game.star", "fields": {"active": true, "division": "raw", "title": null, "name": "Michael Cole", "photo_url": "http://www.wwe.com/superstars/michaelcole/f/styles/superstar_large/public/talent/profile/2012/02/michaelcole_1_full.png"}}, {"pk": "michaelmcgillicutty", "model": "game.star", "fields": {"active": true, "division": "raw", "title": null, "name": "Michael McGillicutty", "photo_url": "http://www.wwe.com/superstars/michaelmcgillicutty/f/styles/superstar_large/public/talent/profile/2012/02/mcguillicutty_1_full.png"}}, {"pk": "michellemccool", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Michelle McCool", "photo_url": "http://www.wwe.com/superstars/michellemccool/f/styles/superstar_large/public/talent/profile/2012/02/michellemccool_1_full.png"}}, {"pk": "mickfoley", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Mick Foley", "photo_url": "http://www.wwe.com/superstars/mickfoley/f/styles/superstar_large/public/talent/profile/2012/02/mickfoley_1_full.png"}}, {"pk": "mike-tyson", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Mike Tyson", "photo_url": "http://www.wwe.com/superstars/mike-tyson/f/styles/superstar_large/public/talent/profile/2012/02/miketyson_1_full.png"}}, {"pk": "mil-mascaras", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Mil M\u00e1scaras", "photo_url": "http://www.wwe.com/superstars/mil-mascaras/f/styles/superstar_large/public/talent/profile/2012/02/milmascaras_1_full.png"}}, {"pk": "themilliondollarman", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "The Million Dollar Man", "photo_url": "http://www.wwe.com/superstars/themilliondollarman/f/styles/superstar_large/public/talent/profile/2012/02/milliondollarman_1_full.png"}}, {"pk": "misselizabeth", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Miss Elizabeth", "photo_url": "http://www.wwe.com/superstars/misselizabeth/f/styles/superstar_large/public/talent/profile/2012/02/misselizabeth_1_full.png"}}, {"pk": "missinglink", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Missing Link", "photo_url": "http://www.wwe.com/superstars/missinglink/f/styles/superstar_large/public/talent/profile/2012/02/missinglink_1_full.png"}}, {"pk": "themiz", "model": "game.star", "fields": {"active": true, "division": "raw", "title": null, "name": "The Miz", "photo_url": "http://www.wwe.com/superstars/themiz/f/styles/superstar_large/public/talent/profile/2012/02/themiz_1_full.png"}}, {"pk": "mollyholly", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Molly Holly", "photo_url": "http://www.wwe.com/superstars/mollyholly/f/styles/superstar_large/public/talent/profile/2012/02/mollyholly_1_full.png"}}, {"pk": "mrfuji", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Mr. Fuji", "photo_url": "http://www.wwe.com/superstars/mrfuji/f/styles/superstar_large/public/talent/profile/2012/02/mrfuji_1_full.png"}}, {"pk": "mrmcmahon", "model": "game.star", "fields": {"active": true, "division": "raw", "title": null, "name": "Mr. McMahon", "photo_url": "http://www.wwe.com/superstars/mrmcmahon/f/styles/superstar_large/public/talent/profile/2012/02/mrmcmahon_1_full.png"}}, {"pk": "naomi", "model": "game.star", "fields": {"active": true, "division": "divas", "title": null, "name": "Naomi", "photo_url": "http://www.wwe.com/superstars/naomi/f/styles/superstar_large/public/talent/profile/2012/04/naomi_1_full_04192012.png"}}, {"pk": "natalya", "model": "game.star", "fields": {"active": true, "division": "divas", "title": null, "name": "Natalya", "photo_url": "http://www.wwe.com/superstars/divas/natalya/f/styles/superstar_large/public/talent/profile/2012/02/natalya_1_full.png"}}, {"pk": "nickbockwinkel", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Nick Bockwinkel", "photo_url": "http://www.wwe.com/superstars/nickbockwinkel/f/styles/superstar_large/public/talent/profile/2012/02/nickbockwinkel_1_full.png"}}, {"pk": "nikkibella", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Nikki Bella", "photo_url": "http://www.wwe.com/superstars/nikkibella/f/styles/superstar_large/public/talent/profile/2012/02/nikkibella_1_full.png"}}, {"pk": "nikolaivolkoff", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Nikolai Volkoff", "photo_url": "http://www.wwe.com/superstars/nikolaivolkoff/f/styles/superstar_large/public/talent/profile/2012/02/nikolaivolkoff_1_full.png"}}, {"pk": "papashango", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Papa Shango", "photo_url": "http://www.wwe.com/superstars/papashango/f/styles/superstar_large/public/talent/profile/2012/02/papashango_1_full.png"}}, {"pk": "patpatterson", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Pat Patterson", "photo_url": "http://www.wwe.com/superstars/patpatterson/f/styles/superstar_large/public/talent/profile/2012/02/patpatterson_1_full.png"}}, {"pk": "paulbearer", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Paul Bearer", "photo_url": "http://www.wwe.com/superstars/paulbearer/f/styles/superstar_large/public/talent/profile/2012/05/paulbearer_1_full.png"}}, {"pk": "paulellering", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Paul Ellering", "photo_url": "http://www.wwe.com/superstars/paulellering/f/styles/superstar_large/public/talent/profile/2012/02/paulellerling_1_full.png"}}, {"pk": "paulheyman", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Paul Heyman", "photo_url": "http://www.wwe.com/superstars/paulheyman/f/styles/superstar_large/public/talent/profile/2012/05/paulheyman_1_full.png"}}, {"pk": "paulorndorff", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Paul Orndorff", "photo_url": "http://www.wwe.com/superstars/paulorndorff/f/styles/superstar_large/public/talent/profile/2012/02/paulorndorff_1_full.png"}}, {"pk": "pedromorales", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Pedro Morales", "photo_url": "http://www.wwe.com/superstars/pedromorales/f/styles/superstar_large/public/talent/profile/2012/02/pedromorales_1_full.png"}}, {"pk": "percywatson", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Percy Watson", "photo_url": "http://www.wwe.com/superstars/percywatson/f/styles/superstar_large/public/talent/profile/2012/02/percywatson_1_full.png"}}, {"pk": "peterose", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Pete Rose", "photo_url": "http://www.wwe.com/superstars/peterose/f/styles/superstar_large/public/talent/profile/2012/02/peterose_1_full.png"}}, {"pk": "primo", "model": "game.star", "fields": {"active": true, "division": "raw", "title": null, "name": "Primo", "photo_url": "http://www.wwe.com/superstars/primo/f/styles/superstar_large/public/talent/profile/2012/02/primo_1_full.png"}}, {"pk": "rtruth", "model": "game.star", "fields": {"active": true, "division": "raw", "title": "tag", "name": "R-Truth", "photo_url": "http://www.wwe.com/superstars/rtruth/f/styles/superstar_large/public/talent/profile/2012/02/rtruth_1_full.png"}}, {"pk": "randyorton", "model": "game.star", "fields": {"active": true, "division": "smackdown", "title": null, "name": "Randy Orton", "photo_url": "http://www.wwe.com/superstars/randyorton/f/styles/superstar_large/public/talent/profile/2012/02/randyorton_1_full.png"}}, {"pk": "randysavage", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Randy Savage", "photo_url": "http://www.wwe.com/superstars/randysavage/f/styles/superstar_large/public/talent/profile/2012/02/randysavage_1_full.png"}}, {"pk": "ranjinsingh", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Ranjin Singh", "photo_url": "http://www.wwe.com/superstars/ranjinsingh/f/styles/superstar_large/public/talent/profile/2012/04/ranjinsingh_1_full.png"}}, {"pk": "rick-rude", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "\"Ravishing\" Rick Rude", "photo_url": "http://www.wwe.com/superstars/rick-rude/f/styles/superstar_large/public/talent/profile/2012/03/ricrude_1_full.png"}}, {"pk": "reymysterio", "model": "game.star", "fields": {"active": true, "division": "raw", "title": null, "name": "Rey Mysterio", "photo_url": "http://www.wwe.com/superstars/reymysterio/f/styles/superstar_large/public/talent/profile/2012/02/reymysterio_1_full.png"}}, {"pk": "ricflair", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Ric Flair", "photo_url": "http://www.wwe.com/superstars/ricflair/f/styles/superstar_large/public/talent/profile/2012/02/ricflair_1_full.png"}}, {"pk": "ricardorodriguez", "model": "game.star", "fields": {"active": true, "division": "smackdown", "title": null, "name": "Ricardo Rodriguez", "photo_url": "http://www.wwe.com/superstars/ricardorodriguez/f/styles/superstar_large/public/talent/profile/2012/02/ricardorodriguez_1_full.png"}}, {"pk": "rickysteamboat", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Ricky Steamboat", "photo_url": "http://www.wwe.com/superstars/rickysteamboat/f/styles/superstar_large/public/talent/profile/2012/02/rickysteamboat_1_full.png"}}, {"pk": "rikishi", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Rikishi", "photo_url": "http://www.wwe.com/superstars/rikishi/f/styles/superstar_large/public/talent/profile/2012/02/rikishi_1_full.png"}}, {"pk": "roadwarriors", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "The Road Warriors", "photo_url": "http://www.wwe.com/superstars/roadwarriors/f/styles/superstar_large/public/talent/profile/2012/02/theroadwarriors_1_full.png"}}, {"pk": "rvd", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Rob Van Dam", "photo_url": "http://www.wwe.com/superstars/rvd/f/styles/superstar_large/public/talent/profile/2012/03/robvandam_1_full.png"}}, {"pk": "rockyjohnson", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Rocky Johnson", "photo_url": "http://www.wwe.com/superstars/rockyjohnson/f/styles/superstar_large/public/talent/profile/2012/02/rockyjohnson_1_full.png"}}, {"pk": "roddypiper", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Roddy Piper", "photo_url": "http://www.wwe.com/superstars/roddypiper/f/styles/superstar_large/public/talent/profile/2012/02/roddypiper_1_full.png"}}, {"pk": "ronsimmons", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Ron Simmons", "photo_url": "http://www.wwe.com/superstars/ronsimmons/f/styles/superstar_large/public/talent/profile/2012/02/ronsimmons_1_full.png"}}, {"pk": "rosamendes", "model": "game.star", "fields": {"active": true, "division": "divas", "title": null, "name": "Rosa Mendes", "photo_url": "http://www.wwe.com/superstars/divas/rosamendes/f/styles/superstar_large/public/talent/profile/2012/02/rosamendes_1_full.png"}}, {"pk": "ryback", "model": "game.star", "fields": {"active": true, "division": "smackdown", "title": null, "name": "Ryback", "photo_url": "http://www.wwe.com/superstars/ryback/f/styles/superstar_large/public/talent/profile/2012/04/ryback_1_full.png"}}, {"pk": "sdjones", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "S.D. Jones", "photo_url": "http://www.wwe.com/superstars/sdjones/f/styles/superstar_large/public/talent/profile/2012/02/sdjones_1_full.png"}}, {"pk": "sable", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Sable", "photo_url": "http://www.wwe.com/superstars/sable/f/styles/superstar_large/public/talent/profile/2012/02/sable_1_full.png"}}, {"pk": "sakamoto", "model": "game.star", "fields": {"active": true, "division": "raw", "title": null, "name": "Sakamoto", "photo_url": "http://www.wwe.com/superstars/sakamoto/f/styles/superstar_large/public/talent/profile/2012/04/sakamoto_1_full.png"}}, {"pk": "santinomarella", "model": "game.star", "fields": {"active": true, "division": "raw", "title": "us", "name": "Santino Marella", "photo_url": "http://www.wwe.com/superstars/santinomarella/f/styles/superstar_large/public/talent/profile/2012/02/santino_1_full.png"}}, {"pk": "scottstanford", "model": "game.star", "fields": {"active": true, "division": "raw", "title": null, "name": "Scott Stanford", "photo_url": "http://www.wwe.com/superstars/scottstanford/f/styles/superstar_large/public/talent/profile/2012/04/scottstanford_1_full.png"}}, {"pk": "sean-waltman", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Sean Waltman", "photo_url": "http://www.wwe.com/superstars/sean-waltman/f/styles/superstar_large/public/talent/profile/2012/02/seanwaltman_1_full.png"}}, {"pk": "sherrimartel", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Sensational Sherri", "photo_url": "http://www.wwe.com/superstars/sherrimartel/f/styles/superstar_large/public/talent/profile/2012/02/sensationalsherri_1_full.png"}}, {"pk": "sgtslaughter", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Sgt. Slaughter", "photo_url": "http://www.wwe.com/superstars/sgtslaughter/f/styles/superstar_large/public/talent/profile/2012/02/sgtslaughter_1_full.png"}}, {"pk": "shanemcmahon", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Shane McMahon", "photo_url": "http://www.wwe.com/superstars/shanemcmahon/f/styles/superstar_large/public/talent/profile/2012/03/shanemcmahon_full.png"}}, {"pk": "hbk", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Shawn Michaels", "photo_url": "http://www.wwe.com/superstars/hbk/f/styles/superstar_large/public/talent/profile/2012/04/shawnmichaels_1_full.png"}}, {"pk": "sheamus", "model": "game.star", "fields": {"active": true, "division": "smackdown", "title": "heavyweight", "name": "Sheamus", "photo_url": "http://www.wwe.com/superstars/sheamus/f/styles/superstar_large/public/talent/profile/2012/04/sheamus_1_full.png"}}, {"pk": "thesheik", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "The Sheik", "photo_url": "http://www.wwe.com/superstars/thesheik/f/styles/superstar_large/public/talent/profile/2012/02/sheik_1_full.png"}}, {"pk": "sheltonbenjamin", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Shelton Benjamin", "photo_url": "http://www.wwe.com/superstars/sheltonbenjamin/f/styles/superstar_large/public/talent/profile/2012/02/shelton_1_full.png"}}, {"pk": "sid", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Sid", "photo_url": "http://www.wwe.com/superstars/sid/f/styles/superstar_large/public/talent/profile/2012/02/sid_1_full.png"}}, {"pk": "sin-cara", "model": "game.star", "fields": {"active": true, "division": "smackdown", "title": null, "name": "Sin Cara", "photo_url": "http://www.wwe.com/superstars/sin-cara/f/styles/superstar_large/public/talent/profile/2012/02/sincara_1_full.png"}}, {"pk": "skinner", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Skinner", "photo_url": "http://www.wwe.com/superstars/skinner/f/styles/superstar_large/public/talent/profile/2012/02/skinner_1_full.png"}}, {"pk": "slick", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Slick", "photo_url": "http://www.wwe.com/superstars/slick/f/styles/superstar_large/public/talent/profile/2012/02/slick_1_full.png"}}, {"pk": "stacykeibler", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Stacy Keibler", "photo_url": "http://www.wwe.com/superstars/stacykeibler/f/styles/superstar_large/public/talent/profile/2012/02/staceykeibler_1_full.png"}}, {"pk": "stephaniemcmahon", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Stephanie McMahon", "photo_url": "http://www.wwe.com/superstars/stephaniemcmahon/f/styles/superstar_large/public/talent/profile/2012/05/stephaniemcmahon_1_full.png"}}, {"pk": "sting", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Sting", "photo_url": "http://www.wwe.com/superstars/sting/f/styles/superstar_large/public/talent/profile/2012/03/sting_1_full.png"}}, {"pk": "stonecoldsteveaustin", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "\"Stone Cold\" Steve Austin", "photo_url": "http://www.wwe.com/superstars/stonecoldsteveaustin/f/styles/superstar_large/public/talent/profile/2012/02/stonecold_1_full.png"}}, {"pk": "stuhart", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Stu Hart", "photo_url": "http://www.wwe.com/superstars/stuhart/f/styles/superstar_large/public/talent/profile/2012/02/stuhart_1_full.png"}}, {"pk": "sunny", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Sunny", "photo_url": "http://www.wwe.com/superstars/sunny/f/styles/superstar_large/public/talent/profile/2012/02/sunny_1_full.png"}}, {"pk": "tajiri", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Tajiri", "photo_url": "http://www.wwe.com/superstars/tajiri/f/styles/superstar_large/public/talent/profile/2012/02/tajiri_1_full.png"}}, {"pk": "tamina-snuka", "model": "game.star", "fields": {"active": true, "division": "divas", "title": null, "name": "Tamina Snuka", "photo_url": "http://www.wwe.com/superstars/divas/tamina-snuka/f/styles/superstar_large/public/talent/profile/2012/02/tamina_1_full.png"}}, {"pk": "teddibiase", "model": "game.star", "fields": {"active": true, "division": "smackdown", "title": null, "name": "Ted DiBiase", "photo_url": "http://www.wwe.com/superstars/teddibiase/f/styles/superstar_large/public/talent/profile/2012/02/teddibiase_1_full.png"}}, {"pk": "tensai", "model": "game.star", "fields": {"active": true, "division": "raw", "title": null, "name": "Tensai", "photo_url": "http://www.wwe.com/superstars/tensai/f/styles/superstar_large/public/talent/profile/2012/04/lordtensai_4_full.png"}}, {"pk": "theodorelong", "model": "game.star", "fields": {"active": true, "division": "smackdown", "title": null, "name": "Theodore Long", "photo_url": "http://www.wwe.com/superstars/theodorelong/f/styles/superstar_large/public/talent/profile/2012/04/teddylong_1_full.png"}}, {"pk": "tiffany", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Tiffany", "photo_url": "http://www.wwe.com/superstars/tiffany/f/styles/superstar_large/public/talent/profile/2012/02/tiffany_1_full.png"}}, {"pk": "titosantana", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Tito Santana", "photo_url": "http://www.wwe.com/superstars/titosantana/f/styles/superstar_large/public/talent/profile/2012/02/titosantan_1_full.png"}}, {"pk": "titusoneil", "model": "game.star", "fields": {"active": true, "division": "smackdown", "title": null, "name": "Titus O'Neil", "photo_url": "http://www.wwe.com/superstars/titusoneil/f/styles/superstar_large/public/talent/profile/2012/05/titusoneil_1_full_2012524.png"}}, {"pk": "toddgrisham", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Todd Grisham", "photo_url": "http://www.wwe.com/superstars/toddgrisham/f/styles/superstar_large/public/talent/profile/2012/02/toddgrisham_1_full.png"}}, {"pk": "tom-prichard", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Tom Prichard", "photo_url": "http://www.wwe.com/superstars/tom-prichard/f/styles/superstar_large/public/talent/profile/2012/02/tomprichard_1_full.png"}}, {"pk": "tonyatlas", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Tony Atlas", "photo_url": "http://www.wwe.com/superstars/tonyatlas/f/styles/superstar_large/public/talent/profile/2012/02/tonyatlas_1_full.png"}}, {"pk": "tonychimel", "model": "game.star", "fields": {"active": true, "division": "smackdown", "title": null, "name": "Tony Chimel", "photo_url": "http://www.wwe.com/superstars/tonychimel/f/styles/superstar_large/public/talent/profile/2012/02/tonychimel_1_full.png"}}, {"pk": "torriewilson", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Torrie Wilson", "photo_url": "http://www.wwe.com/superstars/torriewilson/f/styles/superstar_large/public/talent/profile/2012/02/torriewilson_1_full.png"}}, {"pk": "trentbarreta", "model": "game.star", "fields": {"active": true, "division": "smackdown", "title": null, "name": "Trent Barreta", "photo_url": "http://www.wwe.com/superstars/trentbarreta/f/styles/superstar_large/public/talent/profile/2012/02/trentbarreta_1_full.png"}}, {"pk": "tripleh", "model": "game.star", "fields": {"active": true, "division": "raw", "title": null, "name": "Triple H", "photo_url": "http://www.wwe.com/superstars/tripleh/f/styles/superstar_large/public/talent/profile/2012/02/tripleH_1_full.png"}}, {"pk": "trishstratus", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Trish Stratus", "photo_url": "http://www.wwe.com/superstars/trishstratus/f/styles/superstar_large/public/talent/profile/2012/02/trish_1_full.png"}}, {"pk": "tugboat", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Tugboat", "photo_url": "http://www.wwe.com/superstars/tugboat/f/styles/superstar_large/public/talent/profile/2012/02/tugboat_1_full.png"}}, {"pk": "tylerreks", "model": "game.star", "fields": {"active": true, "division": "raw", "title": null, "name": "Tyler Reks", "photo_url": "http://www.wwe.com/superstars/tylerreks/f/styles/superstar_large/public/talent/profile/2012/02/tylerreks_1_full.png"}}, {"pk": "tysonkidd", "model": "game.star", "fields": {"active": true, "division": "smackdown", "title": null, "name": "Tyson Kidd", "photo_url": "http://www.wwe.com/superstars/tysonkidd/f/styles/superstar_large/public/talent/profile/2012/04/tysonkidd_1_full.png"}}, {"pk": "ultimatewarrior", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Ultimate Warrior", "photo_url": "http://www.wwe.com/superstars/ultimatewarrior/f/styles/superstar_large/public/talent/profile/2012/02/ultimatewarrior_1_full.png"}}, {"pk": "umaga", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Umaga", "photo_url": "http://www.wwe.com/superstars/umaga/f/styles/superstar_large/public/talent/profile/2012/02/umaga_1_full.png"}}, {"pk": "undertaker", "model": "game.star", "fields": {"active": true, "division": "smackdown", "title": null, "name": "Undertaker", "photo_url": "http://www.wwe.com/superstars/undertaker/f/styles/superstar_large/public/talent/profile/2012/02/undertaker_1_full.png"}}, {"pk": "vaderalumni", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Vader", "photo_url": "http://www.wwe.com/superstars/vaderalumni/f/styles/superstar_large/public/talent/profile/2012/02/vader_1_full.png"}}, {"pk": "valiantbrothers", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "The Valiant Brothers", "photo_url": "http://www.wwe.com/superstars/valiantbrothers/f/styles/superstar_large/public/talent/profile/2012/04/johnnyvaliant_1_full.png"}}, {"pk": "vernegagne1", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Verne Gagne", "photo_url": "http://www.wwe.com/superstars/vernegagne1/f/styles/superstar_large/public/talent/profile/2012/02/vernegagne_1_full.png"}}, {"pk": "vickieguerrero", "model": "game.star", "fields": {"active": true, "division": "raw", "title": null, "name": "Vickie Guerrero", "photo_url": "http://www.wwe.com/superstars/vickieguerrero/f/styles/superstar_large/public/talent/profile/2012/02/vikkieguerrero_1_full.png"}}, {"pk": "vincemcmahon", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Vince McMahon", "photo_url": "http://www.wwe.com/superstars/vincemcmahon/f/styles/superstar_large/public/talent/profile/2012/02/vinceSR_1_full.png"}}, {"pk": "virgil", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Virgil", "photo_url": "http://www.wwe.com/superstars/virgil/f/styles/superstar_large/public/talent/profile/2012/02/virgil_1_full.png"}}, {"pk": "vladimirkozlov", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Vladimir Kozlov", "photo_url": "http://www.wwe.com/superstars/vladimirkozlov/f/styles/superstar_large/public/talent/profile/2012/02/vladimirkozlov_1_full.png"}}, {"pk": "vonerichs", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "The Von Erichs", "photo_url": "http://www.wwe.com/superstars/vonerichs/f/styles/superstar_large/public/talent/profile/2012/02/kerryvonerich_1_full.png"}}, {"pk": "wadebarrett", "model": "game.star", "fields": {"active": true, "division": "smackdown", "title": null, "name": "Wade Barrett", "photo_url": "http://www.wwe.com/superstars/wadebarrett/f/styles/superstar_large/public/talent/profile/2012/02/wadebarrett_3_full.png"}}, {"pk": "wendirichter", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Wendi Richter", "photo_url": "http://www.wwe.com/superstars/wendirichter/f/styles/superstar_large/public/talent/profile/2012/02/wendirichter_1_full.png"}}, {"pk": "wildsamoans", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "The Wild Samoans", "photo_url": "http://www.wwe.com/superstars/wildsamoans/f/styles/superstar_large/public/talent/profile/2012/04/wildsamoanssika_1_full_2012424.png"}}, {"pk": "williamperry1", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "William Perry", "photo_url": "http://www.wwe.com/superstars/williamperry1/f/styles/superstar_large/public/talent/profile/2012/02/williamperry_1_full.png"}}, {"pk": "williamregal", "model": "game.star", "fields": {"active": true, "division": "smackdown", "title": null, "name": "William Regal", "photo_url": "http://www.wwe.com/superstars/williamregal/f/styles/superstar_large/public/talent/profile/2012/02/williamregal_1_full.png"}}, {"pk": "yokozuna", "model": "game.star", "fields": {"active": false, "division": "other", "title": null, "name": "Yokozuna", "photo_url": "http://www.wwe.com/superstars/yokozuna/f/styles/superstar_large/public/talent/profile/2012/02/yokozuna_1_full.png"}}, {"pk": "yoshitatsu", "model": "game.star", "fields": {"active": true, "division": "smackdown", "title": null, "name": "Yoshi Tatsu", "photo_url": "http://www.wwe.com/superstars/yoshitatsu/f/styles/superstar_large/public/talent/profile/2012/02/yoshitatsu_1_full.png"}}, {"pk": "zackryder", "model": "game.star", "fields": {"active": true, "division": "raw", "title": null, "name": "Zack Ryder", "photo_url": "http://www.wwe.com/superstars/zackryder/f/styles/superstar_large/public/talent/profile/2012/02/zackryder_1_full.png"}}, {"pk": "nobody1", "model": "game.star", "fields": {"active": false, "division": "", "title": null, "name": "Nobody One", "photo_url": ""}}, {"pk": "nobody2", "model": "game.star", "fields": {"active": false, "division": "", "title": null, "name": "Nobody Two", "photo_url": ""}}, {"pk": 1, "model": "game.event", "fields": {"date": "2012-05-14", "name": "RAW"}}, {"pk": 2, "model": "game.event", "fields": {"date": "2012-05-18", "name": "Smackdown"}}, {"pk": 3, "model": "game.event", "fields": {"date": "2012-05-20", "name": "Over the Limit"}}, {"pk": 4, "model": "game.event", "fields": {"date": "2012-05-21", "name": "RAW"}}, {"pk": 5, "model": "game.event", "fields": {"date": "2012-05-25", "name": "Smackdown"}}, {"pk": 1, "model": "game.match", "fields": {"win_type": "pin", "notes": "", "winner": "cmpunk", "event": 1, "title_at_stake": false}}, {"pk": 2, "model": "game.match", "fields": {"win_type": "pin", "notes": "", "winner": "bethphoenix", "event": 1, "title_at_stake": false}}, {"pk": 3, "model": "game.match", "fields": {"win_type": "pin", "notes": "", "winner": "kane", "event": 1, "title_at_stake": false}}, {"pk": 4, "model": "game.match", "fields": {"win_type": "pin", "notes": "", "winner": "brodusclay", "event": 1, "title_at_stake": false}}, {"pk": 5, "model": "game.match", "fields": {"win_type": "DQ", "notes": "", "winner": "chrisjericho", "event": 1, "title_at_stake": false}}, {"pk": 6, "model": "game.match", "fields": {"win_type": "pin", "notes": "", "winner": "rtruth", "event": 2, "title_at_stake": false}}, {"pk": 7, "model": "game.match", "fields": {"win_type": "", "notes": "sandow refuses to fight", "winner": null, "event": 2, "title_at_stake": false}}, {"pk": 8, "model": "game.match", "fields": {"win_type": "submission", "notes": "", "winner": "danielbryan", "event": 2, "title_at_stake": false}}, {"pk": 9, "model": "game.match", "fields": {"win_type": "dq", "notes": "bryan hits kane with a chair, kane wins by DQ", "winner": "kane", "event": 2, "title_at_stake": false}}, {"pk": 10, "model": "game.match", "fields": {"win_type": "pin", "notes": "", "winner": "santinomarella", "event": 2, "title_at_stake": false}}, {"pk": 11, "model": "game.match", "fields": {"win_type": "pin", "notes": "", "winner": "sheamus", "event": 2, "title_at_stake": false}}, {"pk": 12, "model": "game.match", "fields": {"win_type": "pin", "notes": "", "winner": "kane", "event": 3, "title_at_stake": false}}, {"pk": 13, "model": "game.match", "fields": {"win_type": "pin", "notes": "", "winner": "christian", "event": 3, "title_at_stake": false}}, {"pk": 14, "model": "game.match", "fields": {"win_type": "pin", "notes": "", "winner": "kofikingston", "event": 3, "title_at_stake": true}}, {"pk": 15, "model": "game.match", "fields": {"win_type": "pin", "notes": "", "winner": "layla", "event": 3, "title_at_stake": true}}, {"pk": 16, "model": "game.match", "fields": {"win_type": "pin", "notes": "", "winner": "sheamus", "event": 3, "title_at_stake": true}}, {"pk": 17, "model": "game.match", "fields": {"win_type": "pin", "notes": "", "winner": "brodusclay", "event": 3, "title_at_stake": false}}, {"pk": 18, "model": "game.match", "fields": {"win_type": "pin", "notes": "", "winner": "christian", "event": 3, "title_at_stake": true}}, {"pk": 19, "model": "game.match", "fields": {"win_type": "pin", "notes": "", "winner": "cmpunk", "event": 3, "title_at_stake": true}}, {"pk": 20, "model": "game.match", "fields": {"win_type": "pin", "notes": "", "winner": "ryback", "event": 3, "title_at_stake": false}}, {"pk": 21, "model": "game.match", "fields": {"win_type": "pin", "notes": "Big Show interferes in a big way", "winner": "john-laurinaitis", "event": 3, "title_at_stake": false}}, {"pk": 22, "model": "game.match", "fields": {"win_type": "submission", "notes": "", "winner": "johncena", "event": 4, "title_at_stake": false}}, {"pk": 23, "model": "game.match", "fields": {"win_type": "DQ", "notes": "Jericho codebreaks RKO, Orton wins", "winner": "randyorton", "event": 4, "title_at_stake": false}}, {"pk": 24, "model": "game.match", "fields": {"win_type": "DQ", "notes": "Kane uses chair, Bryan wins", "winner": "danielbryan", "event": 4, "title_at_stake": false}}, {"pk": 25, "model": "game.match", "fields": {"win_type": "pin", "notes": "", "winner": "christian", "event": 4, "title_at_stake": false}}, {"pk": 26, "model": "game.match", "fields": {"win_type": "pin", "notes": "", "winner": "bethphoenix", "event": 4, "title_at_stake": false}}, {"pk": 27, "model": "game.match", "fields": {"win_type": "", "notes": "Lumberjacks rush ring, no contest", "winner": null, "event": 4, "title_at_stake": false}}, {"pk": 28, "model": "game.match", "fields": {"win_type": "pin", "notes": "", "winner": "christian", "event": 5, "title_at_stake": false}}, {"pk": 29, "model": "game.match", "fields": {"win_type": "pin", "notes": "", "winner": "titusoneil", "event": 5, "title_at_stake": false}}, {"pk": 30, "model": "game.match", "fields": {"win_type": "pin", "notes": "", "winner": "ryback", "event": 5, "title_at_stake": false}}, {"pk": 31, "model": "game.match", "fields": {"win_type": "pin", "notes": "", "winner": "santinomarella", "event": 5, "title_at_stake": false}}, {"pk": 32, "model": "game.match", "fields": {"win_type": "pin", "notes": "", "winner": "sheamus", "event": 5, "title_at_stake": false}}, {"pk": 33, "model": "game.match", "fields": {"win_type": "pin", "notes": "", "winner": "damien-sandow", "event": 5, "title_at_stake": false}}, {"pk": 34, "model": "game.match", "fields": {"win_type": "pin", "notes": "", "winner": "albertodelrio", "event": 5, "title_at_stake": false}}, {"pk": 1, "model": "game.matchteam", "fields": {"victorious": true, "members": ["cmpunk", "santinomarella"], "match": 1, "title": "wwe"}}, {"pk": 2, "model": "game.matchteam", "fields": {"victorious": false, "members": ["codyrhodes", "danielbryan"], "match": 1, "title": "ic"}}, {"pk": 3, "model": "game.matchteam", "fields": {"victorious": false, "members": ["aliciafox"], "match": 2, "title": null}}, {"pk": 4, "model": "game.matchteam", "fields": {"victorious": true, "members": ["bethphoenix"], "match": 2, "title": null}}, {"pk": 5, "model": "game.matchteam", "fields": {"victorious": false, "members": ["bigshow"], "match": 3, "title": null}}, {"pk": 6, "model": "game.matchteam", "fields": {"victorious": true, "members": ["kane"], "match": 3, "title": null}}, {"pk": 7, "model": "game.matchteam", "fields": {"victorious": true, "members": ["brodusclay", "kofikingston", "rtruth"], "match": 4, "title": "tag"}}, {"pk": 8, "model": "game.matchteam", "fields": {"victorious": false, "members": ["dolphziggler", "jackswagger", "themiz"], "match": 4, "title": null}}, {"pk": 9, "model": "game.matchteam", "fields": {"victorious": true, "members": ["chrisjericho"], "match": 5, "title": null}}, {"pk": 10, "model": "game.matchteam", "fields": {"victorious": false, "members": ["randyorton"], "match": 5, "title": null}}, {"pk": 11, "model": "game.matchteam", "fields": {"victorious": true, "members": ["kofikingston", "rtruth"], "match": 6, "title": "tag"}}, {"pk": 12, "model": "game.matchteam", "fields": {"victorious": false, "members": ["darrenyoung", "titusoneil"], "match": 6, "title": null}}, {"pk": 13, "model": "game.matchteam", "fields": {"victorious": false, "members": ["damien-sandow"], "match": 7, "title": null}}, {"pk": 14, "model": "game.matchteam", "fields": {"victorious": false, "members": ["yoshitatsu"], "match": 7, "title": null}}, {"pk": 15, "model": "game.matchteam", "fields": {"victorious": false, "members": ["zackryder"], "match": 8, "title": null}}, {"pk": 16, "model": "game.matchteam", "fields": {"victorious": true, "members": ["danielbryan"], "match": 8, "title": null}}, {"pk": 17, "model": "game.matchteam", "fields": {"victorious": false, "members": ["cmpunk"], "match": 9, "title": "wwe"}}, {"pk": 18, "model": "game.matchteam", "fields": {"victorious": true, "members": ["kane"], "match": 9, "title": null}}, {"pk": 19, "model": "game.matchteam", "fields": {"victorious": true, "members": ["santinomarella"], "match": 10, "title": "us"}}, {"pk": 20, "model": "game.matchteam", "fields": {"victorious": false, "members": ["codyrhodes"], "match": 10, "title": "ic"}}, {"pk": 21, "model": "game.matchteam", "fields": {"victorious": false, "members": ["randyorton"], "match": 11, "title": null}}, {"pk": 22, "model": "game.matchteam", "fields": {"victorious": true, "members": ["sheamus"], "match": 11, "title": "heavyweight"}}, {"pk": 23, "model": "game.matchteam", "fields": {"victorious": false, "members": ["zackryder"], "match": 12, "title": null}}, {"pk": 24, "model": "game.matchteam", "fields": {"victorious": true, "members": ["kane"], "match": 12, "title": null}}, {"pk": 25, "model": "game.matchteam", "fields": {"victorious": false, "members": ["alexriley"], "match": 13, "title": null}}, {"pk": 26, "model": "game.matchteam", "fields": {"victorious": true, "members": ["christian"], "match": 13, "title": null}}, {"pk": 27, "model": "game.matchteam", "fields": {"victorious": false, "members": ["curthawkins"], "match": 13, "title": null}}, {"pk": 28, "model": "game.matchteam", "fields": {"victorious": false, "members": ["darrenyoung"], "match": 13, "title": null}}, {"pk": 29, "model": "game.matchteam", "fields": {"victorious": false, "members": ["davidotunga"], "match": 13, "title": null}}, {"pk": 30, "model": "game.matchteam", "fields": {"victorious": false, "members": ["drewmcintyre"], "match": 13, "title": null}}, {"pk": 31, "model": "game.matchteam", "fields": {"victorious": false, "members": ["ezekieljackson"], "match": 13, "title": null}}, {"pk": 32, "model": "game.matchteam", "fields": {"victorious": false, "members": ["thegreatkhali"], "match": 13, "title": null}}, {"pk": 33, "model": "game.matchteam", "fields": {"victorious": false, "members": ["heathslater"], "match": 13, "title": null}}, {"pk": 34, "model": "game.matchteam", "fields": {"victorious": false, "members": ["jeyuso"], "match": 13, "title": null}}, {"pk": 35, "model": "game.matchteam", "fields": {"victorious": false, "members": ["jimmyuso"], "match": 13, "title": null}}, {"pk": 36, "model": "game.matchteam", "fields": {"victorious": false, "members": ["jindermahal"], "match": 13, "title": null}}, {"pk": 37, "model": "game.matchteam", "fields": {"victorious": false, "members": ["jtg"], "match": 13, "title": null}}, {"pk": 38, "model": "game.matchteam", "fields": {"victorious": false, "members": ["michaelmcgillicutty"], "match": 13, "title": null}}, {"pk": 39, "model": "game.matchteam", "fields": {"victorious": false, "members": ["themiz"], "match": 13, "title": null}}, {"pk": 40, "model": "game.matchteam", "fields": {"victorious": false, "members": ["titusoneil"], "match": 13, "title": null}}, {"pk": 41, "model": "game.matchteam", "fields": {"victorious": false, "members": ["tylerreks"], "match": 13, "title": null}}, {"pk": 42, "model": "game.matchteam", "fields": {"victorious": false, "members": ["tysonkidd"], "match": 13, "title": null}}, {"pk": 43, "model": "game.matchteam", "fields": {"victorious": false, "members": ["williamregal"], "match": 13, "title": null}}, {"pk": 44, "model": "game.matchteam", "fields": {"victorious": false, "members": ["yoshitatsu"], "match": 13, "title": null}}, {"pk": 45, "model": "game.matchteam", "fields": {"victorious": true, "members": ["kofikingston", "rtruth"], "match": 14, "title": "tag"}}, {"pk": 46, "model": "game.matchteam", "fields": {"victorious": false, "members": ["dolphziggler", "jackswagger"], "match": 14, "title": null}}, {"pk": 47, "model": "game.matchteam", "fields": {"victorious": true, "members": ["layla"], "match": 15, "title": "diva"}}, {"pk": 48, "model": "game.matchteam", "fields": {"victorious": false, "members": ["bethphoenix"], "match": 15, "title": null}}, {"pk": 49, "model": "game.matchteam", "fields": {"victorious": true, "members": ["sheamus"], "match": 16, "title": "heavyweight"}}, {"pk": 50, "model": "game.matchteam", "fields": {"victorious": false, "members": ["randyorton"], "match": 16, "title": null}}, {"pk": 51, "model": "game.matchteam", "fields": {"victorious": false, "members": ["chrisjericho"], "match": 16, "title": null}}, {"pk": 52, "model": "game.matchteam", "fields": {"victorious": false, "members": ["albertodelrio"], "match": 16, "title": null}}, {"pk": 53, "model": "game.matchteam", "fields": {"victorious": true, "members": ["brodusclay"], "match": 17, "title": null}}, {"pk": 54, "model": "game.matchteam", "fields": {"victorious": false, "members": ["themiz"], "match": 17, "title": null}}, {"pk": 55, "model": "game.matchteam", "fields": {"victorious": true, "members": ["christian"], "match": 18, "title": null}}, {"pk": 56, "model": "game.matchteam", "fields": {"victorious": false, "members": ["codyrhodes"], "match": 18, "title": "ic"}}, {"pk": 57, "model": "game.matchteam", "fields": {"victorious": true, "members": ["cmpunk"], "match": 19, "title": "wwe"}}, {"pk": 58, "model": "game.matchteam", "fields": {"victorious": false, "members": ["danielbryan"], "match": 19, "title": null}}, {"pk": 59, "model": "game.matchteam", "fields": {"victorious": true, "members": ["ryback"], "match": 20, "title": null}}, {"pk": 60, "model": "game.matchteam", "fields": {"victorious": false, "members": ["camacho"], "match": 20, "title": null}}, {"pk": 61, "model": "game.matchteam", "fields": {"victorious": true, "members": ["john-laurinaitis"], "match": 21, "title": null}}, {"pk": 62, "model": "game.matchteam", "fields": {"victorious": false, "members": ["johncena"], "match": 21, "title": null}}, {"pk": 63, "model": "game.matchteam", "fields": {"victorious": false, "members": ["bigshow"], "match": 21, "title": null}}, {"pk": 64, "model": "game.matchteam", "fields": {"victorious": false, "members": ["davidotunga"], "match": 22, "title": null}}, {"pk": 65, "model": "game.matchteam", "fields": {"victorious": true, "members": ["johncena"], "match": 22, "title": null}}, {"pk": 66, "model": "game.matchteam", "fields": {"victorious": false, "members": ["albertodelrio"], "match": 23, "title": null}}, {"pk": 67, "model": "game.matchteam", "fields": {"victorious": true, "members": ["randyorton"], "match": 23, "title": null}}, {"pk": 68, "model": "game.matchteam", "fields": {"victorious": true, "members": ["danielbryan"], "match": 24, "title": null}}, {"pk": 69, "model": "game.matchteam", "fields": {"victorious": false, "members": ["kane"], "match": 24, "title": null}}, {"pk": 70, "model": "game.matchteam", "fields": {"victorious": true, "members": ["christian"], "match": 25, "title": "ic"}}, {"pk": 71, "model": "game.matchteam", "fields": {"victorious": false, "members": ["jindermahal"], "match": 25, "title": null}}, {"pk": 72, "model": "game.matchteam", "fields": {"victorious": true, "members": ["bethphoenix"], "match": 26, "title": null}}, {"pk": 73, "model": "game.matchteam", "fields": {"victorious": false, "members": ["kellykelly"], "match": 26, "title": null}}, {"pk": 74, "model": "game.matchteam", "fields": {"victorious": false, "members": ["johncena", "sheamus"], "match": 27, "title": "heavyweight"}}, {"pk": 75, "model": "game.matchteam", "fields": {"victorious": false, "members": ["dolphziggler", "jackswagger", "tensai"], "match": 27, "title": null}}, {"pk": 76, "model": "game.matchteam", "fields": {"victorious": true, "members": ["christian"], "match": 28, "title": "ic"}}, {"pk": 77, "model": "game.matchteam", "fields": {"victorious": false, "members": ["hunico"], "match": 28, "title": null}}, {"pk": 78, "model": "game.matchteam", "fields": {"victorious": true, "members": ["darrenyoung", "titusoneil"], "match": 29, "title": null}}, {"pk": 79, "model": "game.matchteam", "fields": {"victorious": false, "members": ["jeyuso", "jimmyuso"], "match": 29, "title": null}}, {"pk": 80, "model": "game.matchteam", "fields": {"victorious": true, "members": ["ryback"], "match": 30, "title": null}}, {"pk": 81, "model": "game.matchteam", "fields": {"victorious": false, "members": ["nobody1", "nobody2"], "match": 30, "title": null}}, {"pk": 82, "model": "game.matchteam", "fields": {"victorious": true, "members": ["santinomarella"], "match": 31, "title": "us"}}, {"pk": 83, "model": "game.matchteam", "fields": {"victorious": false, "members": ["ricardorodriguez"], "match": 31, "title": null}}, {"pk": 84, "model": "game.matchteam", "fields": {"victorious": true, "members": ["sheamus"], "match": 32, "title": "heavyweight"}}, {"pk": 85, "model": "game.matchteam", "fields": {"victorious": false, "members": ["jackswagger"], "match": 32, "title": null}}, {"pk": 86, "model": "game.matchteam", "fields": {"victorious": true, "members": ["damien-sandow"], "match": 33, "title": null}}, {"pk": 87, "model": "game.matchteam", "fields": {"victorious": false, "members": ["yoshitatsu"], "match": 33, "title": null}}, {"pk": 88, "model": "game.matchteam", "fields": {"victorious": false, "members": ["randyorton"], "match": 34, "title": null}}, {"pk": 89, "model": "game.matchteam", "fields": {"victorious": false, "members": ["kane"], "match": 34, "title": null}}, {"pk": 90, "model": "game.matchteam", "fields": {"victorious": true, "members": ["albertodelrio"], "match": 34, "title": null}}, {"pk": 1, "model": "game.league", "fields": {"name": "Fire Pro Wrestling", "oldtimer_picks": 2, "diva_picks": 2, "smackdown_picks": 3, "raw_picks": 3, "wildcard_picks": 1}}, {"pk": 1, "model": "game.team", "fields": {"league": 1, "login": 1, "name": "GM Punk", "stars": ["aj", "antoniocesaro", "bethphoenix", "cmpunk", "codyrhodes", "kane", "rtruth", "sin-cara", "wadebarrett"]}}, {"pk": 2, "model": "game.team", "fields": {"league": 1, "login": 3, "name": "I'm AWEsome!", "stars": ["brodusclay", "chrisjericho", "damien-sandow", "danielbryan", "johncena", "kellykelly", "kharma", "ryback", "sheamus"]}}, {"pk": 3, "model": "game.team", "fields": {"league": 1, "login": 2, "name": "COBRA!", "stars": ["albertodelrio", "bigshow", "christian", "dolphziggler", "kofikingston", "layla", "natalya", "randyorton", "santinomarella"]}}, {"pk": 1, "model": "game.teampoints", "fields": {"points": 3, "star": "cmpunk", "match": 1, "team": 1}}, {"pk": 2, "model": "game.teampoints", "fields": {"points": 0, "star": "danielbryan", "match": 1, "team": 2}}, {"pk": 3, "model": "game.teampoints", "fields": {"points": 0, "star": "codyrhodes", "match": 1, "team": 1}}, {"pk": 4, "model": "game.teampoints", "fields": {"points": 2, "star": "santinomarella", "match": 1, "team": 3}}, {"pk": 5, "model": "game.teampoints", "fields": {"points": 2, "star": "bethphoenix", "match": 2, "team": 1}}, {"pk": 6, "model": "game.teampoints", "fields": {"points": 0, "star": "bigshow", "match": 3, "team": 3}}, {"pk": 7, "model": "game.teampoints", "fields": {"points": 2, "star": "rtruth", "match": 4, "team": 1}}, {"pk": 8, "model": "game.teampoints", "fields": {"points": 0, "star": "dolphziggler", "match": 4, "team": 3}}, {"pk": 9, "model": "game.teampoints", "fields": {"points": 2, "star": "kofikingston", "match": 4, "team": 3}}, {"pk": 10, "model": "game.teampoints", "fields": {"points": 3, "star": "brodusclay", "match": 4, "team": 2}}, {"pk": 11, "model": "game.teampoints", "fields": {"points": 0, "star": "randyorton", "match": 5, "team": 3}}, {"pk": 12, "model": "game.teampoints", "fields": {"points": 1, "star": "chrisjericho", "match": 5, "team": 2}}, {"pk": 13, "model": "game.teampoints", "fields": {"points": 3, "star": "rtruth", "match": 6, "team": 1}}, {"pk": 14, "model": "game.teampoints", "fields": {"points": 0, "star": "titusoneil", "match": 6, "team": 3}}, {"pk": 15, "model": "game.teampoints", "fields": {"points": 2, "star": "kofikingston", "match": 6, "team": 3}}, {"pk": 16, "model": "game.teampoints", "fields": {"points": 0, "star": "damien-sandow", "match": 7, "team": 2}}, {"pk": 17, "model": "game.teampoints", "fields": {"points": 3, "star": "danielbryan", "match": 8, "team": 2}}, {"pk": 18, "model": "game.teampoints", "fields": {"points": 0, "star": "cmpunk", "match": 9, "team": 1}}, {"pk": 19, "model": "game.teampoints", "fields": {"points": 0, "star": "codyrhodes", "match": 10, "team": 1}}, {"pk": 20, "model": "game.teampoints", "fields": {"points": 4, "star": "santinomarella", "match": 10, "team": 3}}, {"pk": 21, "model": "game.teampoints", "fields": {"points": 0, "star": "randyorton", "match": 11, "team": 3}}, {"pk": 22, "model": "game.teampoints", "fields": {"points": 2, "star": "sheamus", "match": 11, "team": 2}}, {"pk": 23, "model": "game.teampoints", "fields": {"points": 1, "star": "titusoneil", "match": 13, "team": 3}}, {"pk": 24, "model": "game.teampoints", "fields": {"points": 6, "star": "rtruth", "match": 14, "team": 1}}, {"pk": 25, "model": "game.teampoints", "fields": {"points": 1, "star": "dolphziggler", "match": 14, "team": 3}}, {"pk": 26, "model": "game.teampoints", "fields": {"points": 7, "star": "kofikingston", "match": 14, "team": 3}}, {"pk": 27, "model": "game.teampoints", "fields": {"points": 6, "star": "layla", "match": 15, "team": 3}}, {"pk": 28, "model": "game.teampoints", "fields": {"points": 1, "star": "bethphoenix", "match": 15, "team": 1}}, {"pk": 29, "model": "game.teampoints", "fields": {"points": 1, "star": "albertodelrio", "match": 16, "team": 3}}, {"pk": 30, "model": "game.teampoints", "fields": {"points": 1, "star": "chrisjericho", "match": 16, "team": 2}}, {"pk": 31, "model": "game.teampoints", "fields": {"points": 1, "star": "randyorton", "match": 16, "team": 3}}, {"pk": 32, "model": "game.teampoints", "fields": {"points": 12, "star": "sheamus", "match": 16, "team": 2}}, {"pk": 33, "model": "game.teampoints", "fields": {"points": 3, "star": "brodusclay", "match": 17, "team": 2}}, {"pk": 34, "model": "game.teampoints", "fields": {"points": 1, "star": "codyrhodes", "match": 18, "team": 1}}, {"pk": 35, "model": "game.teampoints", "fields": {"points": 8, "star": "cmpunk", "match": 19, "team": 1}}, {"pk": 36, "model": "game.teampoints", "fields": {"points": 1, "star": "danielbryan", "match": 19, "team": 2}}, {"pk": 37, "model": "game.teampoints", "fields": {"points": 3, "star": "ryback", "match": 20, "team": 2}}, {"pk": 38, "model": "game.teampoints", "fields": {"points": 1, "star": "johncena", "match": 21, "team": 2}}, {"pk": 39, "model": "game.teampoints", "fields": {"points": 1, "star": "bigshow", "match": 21, "team": 3}}, {"pk": 40, "model": "game.teampoints", "fields": {"points": 3, "star": "johncena", "match": 22, "team": 2}}, {"pk": 41, "model": "game.teampoints", "fields": {"points": 0, "star": "albertodelrio", "match": 23, "team": 3}}, {"pk": 42, "model": "game.teampoints", "fields": {"points": 1, "star": "randyorton", "match": 23, "team": 3}}, {"pk": 43, "model": "game.teampoints", "fields": {"points": 1, "star": "danielbryan", "match": 24, "team": 2}}, {"pk": 44, "model": "game.teampoints", "fields": {"points": 0, "star": "kellykelly", "match": 26, "team": 2}}, {"pk": 45, "model": "game.teampoints", "fields": {"points": 2, "star": "bethphoenix", "match": 26, "team": 1}}, {"pk": 46, "model": "game.teampoints", "fields": {"points": 0, "star": "johncena", "match": 27, "team": 2}}, {"pk": 47, "model": "game.teampoints", "fields": {"points": 0, "star": "tensai", "match": 27, "team": 1}}, {"pk": 48, "model": "game.teampoints", "fields": {"points": 0, "star": "dolphziggler", "match": 27, "team": 3}}, {"pk": 49, "model": "game.teampoints", "fields": {"points": 0, "star": "sheamus", "match": 27, "team": 2}}, {"pk": 50, "model": "game.teampoints", "fields": {"points": 2, "star": "christian", "match": 28, "team": 3}}, {"pk": 51, "model": "game.teampoints", "fields": {"points": 4, "star": "ryback", "match": 30, "team": 2}}, {"pk": 52, "model": "game.teampoints", "fields": {"points": 2, "star": "santinomarella", "match": 31, "team": 3}}, {"pk": 53, "model": "game.teampoints", "fields": {"points": 2, "star": "sheamus", "match": 32, "team": 2}}, {"pk": 54, "model": "game.teampoints", "fields": {"points": 2, "star": "damien-sandow", "match": 33, "team": 2}}, {"pk": 55, "model": "game.teampoints", "fields": {"points": 4, "star": "albertodelrio", "match": 34, "team": 3}}, {"pk": 56, "model": "game.teampoints", "fields": {"points": 0, "star": "kane", "match": 34, "team": 1}}, {"pk": 57, "model": "game.teampoints", "fields": {"points": 0, "star": "randyorton", "match": 34, "team": 3}}] \ No newline at end of file diff --git a/fowl/game/models.py b/fowl/game/models.py index e261cc8..915f975 100644 --- a/fowl/game/models.py +++ b/fowl/game/models.py @@ -281,7 +281,7 @@ class League(models.Model): class Team(models.Model): name = models.CharField(max_length=100) color = models.CharField(max_length=50) - login = models.OneToOneField(User, related_name='team') + login = models.ForeignKey(User, related_name='teams') league = models.ForeignKey(League, related_name='teams') stars = models.ManyToManyField(Star, related_name='teams')