aboutsummaryrefslogtreecommitdiff
path: root/slave
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek.chauhan@gmail.com>2008-10-07 15:46:57 +0530
committerNirbheek Chauhan <nirbheek.chauhan@gmail.com>2008-10-07 15:46:57 +0530
commit49f2490f6767268109ac45dbc2978573d5f54830 (patch)
tree661449b220d64973b69473a9e9a9a2e1eedef88e /slave
parentFix runtime bugs in models.py w.r.t displaying (diff)
downloadautotua-49f2490f6767268109ac45dbc2978573d5f54830.tar.gz
autotua-49f2490f6767268109ac45dbc2978573d5f54830.tar.bz2
autotua-49f2490f6767268109ac45dbc2978573d5f54830.zip
Changes to Django db models (db re-init required)
* The model structure is more logical now: - Release.provider (ForeignKey) - Release.archs (ManyToManyField) - Job.release (ForeignKey) - No Job.{arch,provider}; implicit in Job.release - Stage() no longer around; Job.stage = models.CharField instead - Arch() -> unique_together = ['specific', 'generic'] * The db's initialisation and db_defaults.py also reflect this * The Form filtering will now be done on the JS side. How is yet undecided.
Diffstat (limited to 'slave')
0 files changed, 0 insertions, 0 deletions