Re: [PATCH 01/10] models: Convert functions to properties

2016-06-23 Thread Andy Doan
On 06/13/2016 05:41 AM, Stephen Finucane wrote: A number of models contain functions that are, semantically speaking, actually properties. Mark them as such. Signed-off-by: Stephen Finucane Reviewed-by: Andy Doan

[PATCH 01/10] models: Convert functions to properties

2016-06-13 Thread Stephen Finucane
A number of models contain functions that are, semantically speaking, actually properties. Mark them as such. Signed-off-by: Stephen Finucane --- patchwork/models.py | 15 ++- patchwork/views/__init__.py |2 +- patchwork/views/patch.py|