﻿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
18982	DateField.clean raises TypeError when passed NUL bytes. Should be ValidationError.	gwahl@…	Aymeric Augustin	"When a DateField (or any BaseTemporalField) tries to clean a value with a NUL byte (like `'a\x00b'`), the call to `strptime()` raises an uncaught TypeError. It should raise a ValidationError instead, because `'a\x00b'` is not a valid date.

I have a patch for this, pull request to come."	Bug	closed	Forms	1.4	Normal	fixed			Unreviewed	1	0	0	0	0	0
