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 [email protected] 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 -~----------~----~----~----~------~----~------~--~---

