In my model, I would like to have an optional foreign key on an object. I have tried marking this foreign key as both blank=True and null=True, and both at the same time. The admin forms still complain about a null not being allowed in this db table. I have dropped my entire db and recreated it, but the issue persists. I imagine I am missing something simple here. How do I allow optional foreign keys?
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---