﻿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
22424	Default value for TextField	Vitaly Yakubenko	Loic Bistuer <loic.bistuer@…>	"Hi! I start testing Django 1.7beta1. I use MySQL database.
I add new TextField into my model like that:

{{{
class Article(models.Model):
    title = models.CharField(max_length=200)
    pub_date = models.DateField()
    text = models.TextField()
    text2 = models.TextField() #new TextField
}}}

When I type ""python manage.py makemigrations"" I am asked to enter default value.
But BLOB/TEXT columns can't have a default value and if i will type something like 'blabla' then after command ""python manage.py migrate"" i will see error. I think it is bug :)"	Bug	closed	Migrations	1.7-beta-1	Release blocker	fixed		loic84 denis.cornehl@…	Accepted	0	0	0	0	0	0
