Closed
Bug 820822
Opened 12 years ago
Closed 12 years ago
Add 'dipatch_uid' to all django signals in the project.
Categories
(Mozilla Reps Graveyard :: reps.mozilla.org, task)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: tasos, Assigned: tasos)
Details
Every django signal used in the project should include dispatch_uid="my_unique_identifier"
in order to prevent duplicate signals.
Comment 1•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/remo
https://github.com/mozilla/remo/commit/ff56f8f9f85911736bd0091102ec56d8d971364f
[fix bug 820822] Added 'dispatch_uid' to all django signals.
https://github.com/mozilla/remo/commit/215a7301d803712103a2082b15b2c28629c74982
Merge pull request #308 from akatsoulas/820822
[fix bug 820822] Added 'dispatch_uid' to all django signals.
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 2•12 years ago
|
||
Unique dispatch_uid added to all django signals.
Status: RESOLVED → VERIFIED
Updated•5 years ago
|
Product: Mozilla Reps → Mozilla Reps Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•