Re: blank and null with Oracle

2013-02-28 Thread Ian
On Wednesday, February 27, 2013 3:31:20 PM UTC-7, Skylar Saveland wrote: > > Some odd behavior with Oracle involving blank and null. > > blank is True on this field: > my_auto = models.AutoField(blank=False, null=False, primary_key=True) > > null is True on

blank and null with Oracle

2013-02-27 Thread Skylar Saveland
Some odd behavior with Oracle involving blank and null. blank is True on this field: my_auto = models.AutoField(blank=False, null=False, primary_key=True) null is True on this field: uncles = models.ManyToManyField(Uncle, blank=False, null=False) null is True on this field: photo