Re: null field issue

2012-03-01 Thread Marc Aymerich
On Fri, Mar 2, 2012 at 12:15 AM, wrote: > Hi Marc, > >  if I remember correctly (can't check now), the documentation clearly states > that you should avoid using null=True on CharField unless you have a good > reason. Your example is a textbook reason why is it recommended - having two > disti

Re: null field issue

2012-03-01 Thread jirka . vejrazka
Hi Marc, if I remember correctly (can't check now), the documentation clearly states that you should avoid using null=True on CharField unless you have a good reason. Your example is a textbook reason why is it recommended - having two distinct states for "empty string" (i.e. "blank" and "nu