﻿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
32154	Test client POSTs unset data as False	Aristotelis Mikropoulos	nobody	In a test case, calling self.client.post(url) with no data to an empty (vanilla) CreateView of a dummy model sends boolean fields as False. That is, if this model has a single field foo = models.BooleanField(default=True) it is incorrectly created with a False foo. Trying the same with an external client (such as cURL) without declaring any POST data correctly puts a True foo in the newly created row in the database.	Bug	closed	Testing framework	3.1	Normal	needsinfo			Unreviewed	0	0	0	0	0	0
