﻿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
30544	Django 2.1 release notes don't mention the BooleanField(blank=False) default change.	Sergei Maertens	nobody	"In https://github.com/django/django/commit/5fa4f40f45fcdbb7e48489ed3039a314b5c961d0#r30206325 the `blank=True` default for `BooleanField` was removed, effectively turning it into `blank=False` because of the super class. This change is not mentioned in the Django 2.1 release notes.

My tests caught it because I have some introspection going on, I don't think it will break any actual usage, but it left me wondering why that test started failing."	Cleanup/optimization	closed	Documentation	2.1	Normal	duplicate	booleanfield, documentation, release notes		Unreviewed	0	0	0	0	1	0
