Hey, I need to specify the queryset attribute of a ModelChoiceField that's inside a form of an admin inline, but when I set the form field's required attribute to False, I get:
Cannot assign None: "MyModel.my_inline_model" does not allow null values. I tried with both required=True and required=False, and it has to be False, otherwise I'm not able to post the form at all. So my question is, how to correctly override an admin inline form? Does it have to do with formsets? Erik --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---