#28169: Unable to disconnect signal
-------------------------------------+-------------------------------------
     Reporter:  James Addison        |                    Owner:  nobody
         Type:  Bug                  |                   Status:  closed
    Component:  Database layer       |                  Version:  1.11
  (models, ORM)                      |
     Severity:  Normal               |               Resolution:  invalid
     Keywords:                       |             Triage Stage:
                                     |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by Simon Charette):

 * status:  new => closed
 * resolution:   => invalid


Comment:

 Hello James,

 Glad you managed to achieve what you were after.

 Since the actual receiver is the `update_dimension_fields` method bound to
 the field instance, and not the unbound
 `ImageField.update_dimension_fields` function, it makes sense that you
 must pass the former and not the latter.

 Since disconnecting such signal receiver is not a common use case I don't
 believe it's worth making this any simpler. I suggest you use our
 [https://code.djangoproject.com/wiki/TicketClosingReasons/UseSupportChannels
 support channels] to get help with these kind of issues in the future to
 get assistance faster and gather feedback about whether or not it's worth
 opening an issue about it. Thanks!

--
Ticket URL: <https://code.djangoproject.com/ticket/28169#comment:2>
Django <https://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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.08f76f8515c0643b6a37e0fbb9d9eaf0%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to