[PATCH 04/10] models: Add 'status' model
Thomas Monjalon
thomas.monjalon at 6wind.com
Wed Jul 29 19:21:22 AEST 2015
Hi Stephen,
Thanks for your good work.
2015-07-29 09:58, Stephen Finucane:
> +class Status(models.Model):
> + """Status for a patch.
> +
> + Statuses define a state for patches. This is useful, for example,
> + when using a continuous integration (CI) system to test patches.
> + """
There is already "class State" associated to "class Patch".
Don't you think TestStatus would be a better name?
More information about the Patchwork
mailing list