dataplot::soccer::models::Game Class Reference

Inheritance diagram for dataplot::soccer::models::Game:

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

Static Public Attributes

tuple date = models.DateField(blank=False,null=False)
tuple hi_score = models.IntegerField(blank=True,null=True)
tuple lo_score = models.IntegerField(blank=True,null=True)
tuple differential = models.IntegerField(blank=True,null=True)
tuple objects = GameManager()
string URLID = 'date'

Classes

class  Admin
class  Meta

Detailed Description

Definition at line 263 of file models.py.


Member Data Documentation

tuple dataplot::soccer::models::Game::date = models.DateField(blank=False,null=False) [static]
 

Definition at line 264 of file models.py.

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

Definition at line 267 of file models.py.

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

Definition at line 265 of file models.py.

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

Definition at line 266 of file models.py.

tuple dataplot::soccer::models::Game::objects = GameManager() [static]
 

Definition at line 269 of file models.py.

string dataplot::soccer::models::Game::URLID = 'date' [static]
 

Definition at line 271 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