I suppose that it were exists. Because if we put no value in the
database in one ForeignKey (in admin mode), then we could revert the
value to blank. Internally I don't know how store blank values (if
null is not True), but I think that it could be set someway

Well, thanks,
I will change all my blank=True for null=True

Thanks a lot,
Xan.

On Sep 16, 12:33 am, Collin Grady <[EMAIL PROTECTED]> wrote:
> There is no such thing as blank, especially on a ForeignKey.
>
> blank=True has absolutely nothing to do with the database, as the
> documentation for it clearly states :)
>
> It merely makes it so you can give it no value in form validation,
> like in admin.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to