#10672: Proxy Model does not send save signal
---------------------------------------------------+------------------------
          Reporter:  zbyte64                       |         Owner:  nobody    
            Status:  new                           |     Milestone:  1.1       
         Component:  Database layer (models, ORM)  |       Version:  1.1-beta-1
        Resolution:                                |      Keywords:            
             Stage:  Design decision needed        |     Has_patch:  1         
        Needs_docs:  0                             |   Needs_tests:  0         
Needs_better_patch:  0                             |  
---------------------------------------------------+------------------------
Comment (by Valera_Grishin):

 Ah, sorry. I forgot to add last line of code in both examples above:
 {{{
 #!python
 ChangeListener = ChangeListener()
 }}}
 That is, I immediately instantiate ChangeListener after it has been
 defined. But, first example doesn't work while second one does work fine.
 This seems quite misterious to me since the difference is only the
 location of "listener" definition (inside or outside of ChangeListener).

 P.S. Alex, this is not a support question but a question whether this is
 the same bug or separate ticket needs to be added. Thanks.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/10672#comment:10>
Django <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 django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to