]> git.decadent.org.uk Git - dak.git/commit
Merge branch 'master' into merge
authorJoerg Jaspert <joerg@debian.org>
Wed, 26 Jan 2011 22:20:48 +0000 (23:20 +0100)
committerJoerg Jaspert <joerg@debian.org>
Wed, 26 Jan 2011 22:20:48 +0000 (23:20 +0100)
commitcfc60571b3937364f8f507e8e58e93d90b592016
treee2d0658756bfee908393ab4ade398c9565083d28
parent5c7286abf3ff316a802de2b41d246a07f6b04257
parentc42662ca3d4e6e09d3a9da1992df646c040e0804
Merge branch 'master' into merge

* master: (25 commits)
  Change base class of Uid to ORMObject.
  Add the ORMObject.get() class method.
  Extend ORMObject.validate() to support _id columns.
  Make validation of DBSource less strong.
  Simplify validation of not NULL constraints.
  ValidatorTestCase: test before_update, too.
  Add PoolFile.validate().
  Add classes Validator and ValidatorTestCase.
  Fix documentation.
  JSON: support python 2.5, too.
  Add new class ORMObject and ORMObjectTestCase.
  Refactor the fixture setup in PackageTestCase.
  Improve queries in dbconn.py using with_parent().
  Drop class SrcAssociation.
  Create, test, and improve get_suite_version().
  Create, test, and improve get_newest_source().
  Test and improve package_to_suite().
  Test and Improve source_exists().
  Remove some useless session.flush() calls.
  Test suite_name in test_upload()
  ...