[PATCH 1/5] models: Use non-null slugs for 'Check.name'
Finucane, Stephen
stephen.finucane at intel.com
Sat Jun 25 02:29:58 AEST 2016
On 24 Jun 17:28, Stephen Finucane wrote:
> The schema for 'Check' defines 'Check.name' as a 'CharField'. This is
> less than ideal as names with spaces and special characters can't be
> represented cleanly in URLs etc. We should use 'SlugField' instead.
>
> Signed-off-by: Stephen Finucane <stephen.finucane at intel.com>
> Reviewed-by: Andy Doan <andy.doan at linaro.org>
> Closes: #33
> ---
> v3:
> - Rebase and rename migration file
This, and the entire series, should have been prefixed with 'v3'. My
mistake.
Stephen
More information about the Patchwork
mailing list