#16547: Add support for signal priority.
-------------------------+-------------------------------
Reporter: EvilX | Owner: nobody
Type: New feature | Status: new
Milestone: | Component: Uncategorized
Version: 1.3 | Severity: Normal
Keywords: | Triage Stage: Unreviewed
Has patch: 1 | Easy pickings: 0
UI/UX: 0 |
-------------------------+-------------------------------
Sometimes is very important to call one signal earlier of all other or
call signals in queue.
Currently, when you connect signals, them executed in order of connect;
but its non trivial to guaratee order of connect method execution.
Proposed solution is to add order argument to connect signal, so when you
need, you can supply correct ordering, but all other code still
compatible.
Attached patch provide this feature.
--
Ticket URL: <https://code.djangoproject.com/ticket/16547>
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 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.