Changes between Initial Version and Version 1 of Ticket #23582, comment 2


Ignore:
Timestamp:
Oct 28, 2014, 9:07:59 AM (10 years ago)
Author:
Maxim V

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23582, comment 2

    initial v1  
    1 Hi Nicals, I have exactly same problem. My custom data depends on permissions which created on post migrate hook. The obvious solution is to have some kind of sort, dispatch_uid for example, of receivers in dispatch/dispatcher.py class Signal, method send. When you can check signals you want to rely on and choose appropriate dispatch_uid for your own connections.
     1Hi Nicals, I have exactly same problem. My custom data depends on permissions which created on post migrate hook. The obvious solution is to have some kind of sort, for dispatch_uid for example, of receivers in dispatch/dispatcher.py class Signal, method send. When you can check signals you want to rely on and choose appropriate dispatch_uid for your own connections.
    22What do you think?
Back to Top