﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
8040	SlugField format not enforced	Daniel Pope <dan@…>	nobody	"{{{models.SlugField}}} is documented as ""a short label for something, containing only letters, numbers, underscores or hyphens.""

However, with {{{forms.ModelForm}}} and newforms-admin, this formatting is not enforced. The !ModelForms documentation instead states that {{{models.SlugField}}} is represented by a {{{forms.CharField}}} (ie. validation occurs).

{{{models.SlugField.formfield()}}} should return a {{{forms.RegexField}}} suitable for validating the field as a slug (and the !ModelForms documentation should reflect this)."		closed	Forms	dev		fixed	aug22sprint		Ready for checkin	1	0	0	0	0	0
