]> git.ipfire.org Git - thirdparty/patchwork.git/commit
models: Add 'check' model
authorStephen Finucane <stephenfinucane@hotmail.com>
Mon, 29 Jun 2015 20:38:18 +0000 (21:38 +0100)
committerStephen Finucane <stephen.finucane@intel.com>
Thu, 5 Nov 2015 17:07:04 +0000 (17:07 +0000)
commitfc708e1db1274f030004fbe4f395c55c4c29a5bf
tree432ba57b1f143d94efe039c3f0b3c92064a3f067
parent5251c7ef5891b46db840b5ed74d3f7aa7006e041
models: Add 'check' model

This will represent the status of tests executed (or executing) against
a patch. This includes a suitable migration and admin view.

Signed-off-by: Stephen Finucane <stephenfinucane@hotmail.com>
--

v3: Remove manual SQL migrations - they're not necessary/possible for
  Django 1.7/1.8, respectively
patchwork/admin.py
patchwork/migrations/0003_add_check_model.py [new file with mode: 0644]
patchwork/models.py