Re: djangoproject.org not resolving

2013-11-08 Thread Russell Keith-Magee
On Sat, Nov 9, 2013 at 8:57 AM, wrote: > djangoproject.org does not redirect to djangoproject.com. The org domain > appears to be owned by the Django Software Foundation, and the > nameservers are the same as djangoproject.com. Is there a reason a > redirect is not setup? > Well, there will be a

djangoproject.org not resolving

2013-11-08 Thread mdj2
djangoproject.org does not redirect to djangoproject.com. The org domain appears to be owned by the Django Software Foundation, and the nameservers are the same as djangoproject.com. Is there a reason a redirect is not setup? -- You received this message because you are subscribed to the Googl

Re: Enable storing NULL in database

2013-11-08 Thread Vlastimil Zíma
Augustin's correct :) If I could suggest a solution, I would like to have a `null=False` argument on form fields. I believe this would fix the problems noted above and be sort of backwards-compatible. When using model forms, the argument would be set according to the `null` attribute of the res