﻿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
13511	RegexValidator pattern is optional and should be required	David Fischer	David Fischer	While working on ticket #13341, I noticed that the code for RegexValidator could use a slight cleanup. Specifically, the first parameter of RegexValidator -- the regex pattern -- is optional. However, if it is not provided, a TypeError is thrown because the default value of `None` is passed to `re.compile`. The regex pattern should be required.	Cleanup/optimization	closed	Core (Other)	dev	Normal	fixed	validators,regexvalidator	djfische@…	Accepted	1	0	1	0	0	0
