﻿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
29618	using query parameters to filter by boolean causes validation error due to lowercase true/false	levi schubert	nobody	"When attempting to filter by a BooleanField using query parameters in the url, django raises a validation error of ""'false' value must be either True or False."" due to the capitalization of booleans in python. A workaround has been to .title() the parameter request. I'm unsure if this is considered a bug or if this is normal activity that just requires the extra configuration to handle the filter."	Bug	closed	Database layer (models, ORM)	2.0	Normal	invalid	filter		Unreviewed	0	0	0	0	0	0
