﻿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
12188	Nullable numeric and date fields cause ValueError and ValidationError respectively in databrowse	Skylar Saveland	nobody	"I have gender as a SmallPositiveIntegerField.  Databrowse then allows ""None"" as a choice to filter by you can see here:

http://boss.oswco.net/databrowse/teller/employee/fields/gender/

ValueError: invalid literal for int() with base 10: 'None'

Likewise, nullable datefields generate a 'None' choice:

http://boss.oswco.net/databrowse/teller/employee/fields/birth_date/

Which results in an error:
ValidationError: Enter a valid date in YYYY-MM-DD format.

Maybe there is an easy convention or workaround for dealing with these cases.  Sorry if this has already been reported."	Bug	closed	contrib.databrowse	1.1	Normal	wontfix	databrowse null ValueError ValidationError		Accepted	0	0	0	0	0	0
