Re: [PATCH v5 2/7] models: Add 'Series' model and related models

2016-10-17 Thread Stephen Finucane
On 11 Oct 12:35, Andy Doan wrote: > On 10/09/2016 05:25 PM, Stephen Finucane wrote: > > Add a series model. This model is intentionally very minimal to allow > > as much dynaminism as possible. It is expected that patches will be > > migrated between series as new data is provided. > > > >

Re: [PATCH v5 2/7] models: Add 'Series' model and related models

2016-10-12 Thread Daniel Axtens
Hi Stephen, This doesn't have my fix for reducing DB queries: http://patchwork.ozlabs.org/patch/670292/ If you are respinning, please consider including it. Otherwise it'll need to be a follow-up patch - preferably merged at the same time. Regards, Daniel Stephen Finucane

[PATCH v5 2/7] models: Add 'Series' model and related models

2016-10-09 Thread Stephen Finucane
Add a series model. This model is intentionally very minimal to allow as much dynaminism as possible. It is expected that patches will be migrated between series as new data is provided. Signed-off-by: Stephen Finucane --- v5: - Store cover letter name in SeriesRevision.name