Re: syncdb fails to update Not NULL property in PostgreSQL 8.4

2009-10-21 Thread Tomasz Zieliński
On 21 Paź, 19:20, "Thomas B. Higgins" wrote: > Using the SVN trunk version of Django, I have observed that if a model > IntegerField or FloatField is changed by adding "null=True" syncdb > does not update the Not NULL property of the column using PostgeSQL > 8.4. Is this correct behavior, or a b

Re: syncdb fails to update Not NULL property in PostgreSQL 8.4

2009-10-21 Thread Karen Tracey
On Wed, Oct 21, 2009 at 1:20 PM, Thomas B. Higgins wrote: > > Using the SVN trunk version of Django, I have observed that if a model > IntegerField or FloatField is changed by adding "null=True" syncdb > does not update the Not NULL property of the column using PostgeSQL > 8.4. Is this correct be

syncdb fails to update Not NULL property in PostgreSQL 8.4

2009-10-21 Thread Thomas B. Higgins
Using the SVN trunk version of Django, I have observed that if a model IntegerField or FloatField is changed by adding "null=True" syncdb does not update the Not NULL property of the column using PostgeSQL 8.4. Is this correct behavior, or a bug? The two easy workarounds are (1) drop the table usi