Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Keep dynamically added model receivers at the end when unmuting signals
Receiver order is somewhat important and packages like `django-dirtyfields` adds receivers dynamically where it can reset the model state. This change restores the original receivers first then appends any new dynamically added receivers.
- Loading branch information