#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                                      |           Resolution:  
               
   Keywords:  edit_inline                              |                Stage:  
Unreviewed     
  Has_patch:  0                                        |           Needs_docs:  
0              
Needs_tests:  0                                        |   Needs_better_patch:  
0              
-------------------------------------------------------+--------------------
Changes (by Beau Gunderson <[EMAIL PROTECTED]>):

  * needs_better_patch:  => 0
  * needs_tests:  => 0
  * needs_docs:  => 0

Comment:

 It looks like WikiFormatting is also broken. Here's the list again for
 better readability:

 {{{
 1. Create model a
 2. Create model b with ForeignKey relationship to a
 3. Create a save() override in model b
 4. Verify that the save() override is called when a new b instance is
 created with the admin interface
 5. Change model b's ForeignKey? relationship to include
 'edit_inline=models.TABULAR' (or models.STACKED)
 6. Verify that the save() override is not called when creating a new b
 from model a's admin page
 }}}

-- 
Ticket URL: <http://code.djangoproject.com/ticket/5573#comment:1>
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to