id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
168,South fails to add a blank=True/null=False field without manually adding default value,Erik Allik,andrew,"For example, adding:

{{{my_field = models.CharField(max_length=255, blank=True)}}}

should assume a default value of {{{""""}}}, but currently running

{{{db.add_column('myapp_mymodel', 'my_field', models.CharField(max_length=255, blank=True))}}}

gives

{{{psycopg2.IntegrityError: column ""my_field"" contains null values}}}

...at least on PostgreSQL 8.3, that is.

Not a blocker, but annoyance nevertheless. Using SVN r258.",defect,closed,minor,0.7,commands,0.6-pre,fixed,commands migrate,
