dataplot::soccer::models::Player Class Reference

Inheritance diagram for dataplot::soccer::models::Player:

dataplot::plotmodels::Model List of all members.

Static Public Attributes

tuple name
tuple goals_per_game = models.FloatField(blank=True,null=True)
tuple team_goals_per_game = models.FloatField(blank=True,null=True)
tuple goals_allowed_per_game = models.FloatField(blank=True,null=True)
tuple differential = models.FloatField(blank=True,null=True)
tuple games = models.IntegerField(blank=True,null=True)
tuple wins = models.IntegerField(blank=True,null=True)
tuple win_percent = models.FloatField(blank=True,null=True)
tuple objects = PlayerManager()
string URLID = 'name'

Classes

class  Admin
class  Meta

Detailed Description

Definition at line 83 of file models.py.


Member Data Documentation

tuple dataplot::soccer::models::Player::differential = models.FloatField(blank=True,null=True) [static]
 

Definition at line 89 of file models.py.

tuple dataplot::soccer::models::Player::games = models.IntegerField(blank=True,null=True) [static]
 

Definition at line 90 of file models.py.

tuple dataplot::soccer::models::Player::goals_allowed_per_game = models.FloatField(blank=True,null=True) [static]
 

Definition at line 88 of file models.py.

tuple dataplot::soccer::models::Player::goals_per_game = models.FloatField(blank=True,null=True) [static]
 

Definition at line 86 of file models.py.

tuple dataplot::soccer::models::Player::name [static]
 

Initial value:

models.CharField(
        max_length=100,null=False,blank=True,default='',unique=True)

Definition at line 84 of file models.py.

tuple dataplot::soccer::models::Player::objects = PlayerManager() [static]
 

Definition at line 94 of file models.py.

tuple dataplot::soccer::models::Player::team_goals_per_game = models.FloatField(blank=True,null=True) [static]
 

Definition at line 87 of file models.py.

string dataplot::soccer::models::Player::URLID = 'name' [static]
 

Definition at line 96 of file models.py.

tuple dataplot::soccer::models::Player::win_percent = models.FloatField(blank=True,null=True) [static]
 

Definition at line 92 of file models.py.

tuple dataplot::soccer::models::Player::wins = models.IntegerField(blank=True,null=True) [static]
 

Definition at line 91 of file models.py.


The documentation for this class was generated from the following file:
Generated on Tue Apr 22 23:16:24 2008 for django-dataplot by  doxygen 1.4.6