Felix, > Inline objects now have a 'delete' checkbox which is used for removing > objects.
Oh yeah! Well that answers the delete question, thanks. > I believe that the usual admin rules apply for creating models i.e. > all fields without blank=True will be required, otherwise you'll get > validation errors. I see, however there's still a feature of core=True which I can't seem to find: if you left the core field blank the related record wouldn't get created. As it is I've set blank=True on all the inline model's fields. However, each time I save the parent object 3 blank related objects are being created (as I have extra=3 set). Is there a way around this problem? James --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---