]> git.ipfire.org Git - thirdparty/patchwork.git/commit
models: Add 'Series' model
authorStephen Finucane <stephen@that.guru>
Sat, 29 Oct 2016 13:13:34 +0000 (14:13 +0100)
committerStephen Finucane <stephen@that.guru>
Mon, 31 Oct 2016 16:06:23 +0000 (16:06 +0000)
commitd67d859f40f49b3c10efe5fdbff54797bdd7ccec
treec7bbd50dcbfe72e0a0301e67e1bd5f000ead3764
parent08407e9c2058120e5db068b801c758b5434e00a0
models: Add 'Series' model

Add a series model. This model is expected to act like a collection for
patches, similar to bundles but thread-orientated.

Signed-off-by: Stephen Finucane <stephen@that.guru>
Reviewed-by: Andy Doan <andy.doan@linaro.org>
Reviewed-by: Daniel Axtens <dja@axtens.net>
Reviewed-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
Tested-by: Russell Currey <ruscur@russell.cc>
patchwork/admin.py
patchwork/migrations/0015_add_series_models.py [new file with mode: 0644]
patchwork/models.py