Inheritance diagram for dataplot::soccer::models::Score:
Public Member Functions | |
def | __str__ |
def | game_seconds |
def | win_percent_until_now |
def | points_allowed |
def | differential |
def | player_summary |
Static Public Attributes | |
tuple | player = models.ForeignKey(Player,blank=True,null=False,core=True) |
tuple | team = models.ForeignKey(Team,edit_inline=True,num_in_admin=10) |
tuple | goals = models.IntegerField(null=False,blank=False,default=0,core=True) |
tuple | own_goals = models.IntegerField(null=False,blank=False,default=0,core=True) |
Definition at line 405 of file models.py.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|