Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed mute_signals restoring signals receiver order. #1043

Merged

Conversation

sarahboyce
Copy link
Contributor

@sarahboyce sarahboyce commented Sep 19, 2023

We have multiple signal receivers on our Django project and the order that they are called is important.
We found that this update 3a827f0 changed the order of signal receivers which broke a few of our tests
For example we use the package django-dirtyfields and the order of the post_save signal for this package is very important

This might be related to #895

Copy link
Member

@francoisfreitag francoisfreitag left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for submitting a PR with a test case! 💯

@francoisfreitag francoisfreitag merged commit 5eb79fe into FactoryBoy:master Sep 25, 2023
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants