#5573: "save" override does not work when model uses edit_inline ----------------------------------------------------+----------------------- Reporter: Beau Gunderson <[EMAIL PROTECTED]> | Owner: nobody Status: new | Component: Admin interface Version: SVN | Keywords: edit_inline Stage: Unreviewed | Has_patch: 0 ----------------------------------------------------+----------------------- Current behavior:
1. Create model a 1. Create model b with ForeignKey relationship to a 1. Create a save() override in model b 1. Verify that the save() override is called when a new b instance is created with the admin interface 1. Change model b's ForeignKey relationship to include 'edit_inline=models.TABULAR' (or models.STACKED) 1. Verify that the save() override is not called when creating a new b from model a's admin page Expected behavior: Step 6 should still call the save() override defined in model b. -- Ticket URL: <http://code.djangoproject.com/ticket/5573> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" 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-updates?hl=en -~----------~----~----~----~------~----~------~--~---
