Re: can_introspect_default feature

2016-10-20 Thread Tim Graham
The 'default' model field option is used in Python rather than in the database. SchemaEditor might set a column default to ease populating a value on existing rows but that default shouldn't be left in the column's definition. self.assertIsNone(field.default) means that the column doesn't have

Re: can_introspect_default feature

2016-10-20 Thread Maximiliano Robaina
Hi Tim, Thanks for response. El martes, 18 de octubre de 2016, 12:07:34 (UTC-3), Tim Graham escribió: > > Hi Maxi, > > Did you take a look at the relevant commit that introduced the flag? > > https://github.com/django/django/commit/75303b01a9cc900eebf1f27ba0bc6508334242fc > Yes, I was looking