gcaprio / cfbreference_com

www.cfbreference.com
Apache License 2.0
10 stars 7 forks source link

Player game starts overcounting #8

Closed dwillis closed 12 years ago

dwillis commented 12 years ago

PlayerGame instances are being assigned to opposing team's game.

dwillis commented 12 years ago

player_game_stats utility was creating instances using the opponent's game; cleaned those up with a QuerySet with F() object and added a utility function to do this if needed.