﻿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
3328	null=True should imply blank=True	Chris Beaven	nobody	"For models, I can't ever think of a case when you would want `null=True` and '''not''' want `blank=True`. If there is, it's definitely rare, so having to enter both for the normal case seems redundant.

Currently, for model fields, `blank` always defaults to `False`.

This proposal is that `blank` is set to whatever `null` is set to unless explicitly given."		closed	Database layer (models, ORM)	dev		wontfix			Design decision needed	1	0	0	0	0	0
