﻿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
20462	Regex lookups should not fail on null/None and non-string values on SQLite	noirbizarre	amclark7	"The user function provided to do the regex lookup is buggy for two cases:

- raise an exception when the value is None (null in databse)
- raise an exception when the value is not a string

I provided a pull request fixing these issues: https://github.com/django/django/pull/1043"	Bug	closed	Database layer (models, ORM)	1.4	Normal	fixed	sqlite, regex, lookup	timograham@…	Accepted	1	0	0	0	1	0
