Re: [PATCH v2 1/6] models: Add missing unicode decorator

2016-03-29 Thread Finucane, Stephen
On 25 Mar 17:27, Stephen Finucane wrote: > This is required for Python 3 compatibility. > > Signed-off-by: Stephen Finucane Merged this patch, though I'm going to wait a little longer for the remainder. Stephen ___ Patchwork mailing list Patchwork@li

[PATCH v2 1/6] models: Add missing unicode decorator

2016-03-25 Thread Stephen Finucane
This is required for Python 3 compatibility. Signed-off-by: Stephen Finucane --- patchwork/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/patchwork/models.py b/patchwork/models.py index bdd797a..87d7d0d 100644 --- a/patchwork/models.py +++ b/patchwork/models.py @@ -523,6 +523,7 @@