﻿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
31047	Empty models.TextField being incorrectly saved as empty string	Ebenezer Hailemariam	nobody	"Steps to reproduce:

1. Create a `Model` and add the following field:

`foo = models.TextField(blank=True, null=True)`

2. Create a corresponding `ModelForm`

3. Create a template to render the form

4. Load the template in a browser, leave `foo` blank and submit the form

Django will incorrectly save `foo`'s value to the DB as empty string instead. It should be stored as `null`

"	Bug	closed	Database layer (models, ORM)	dev	Normal	duplicate			Unreviewed	0	0	0	0	1	0
