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: broken django.db.backends.signals.connection_created signal #147

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

shimizukawa
Copy link
Member

Feature or Bugfix

  • Bugfix

Purpose

Fixed a bug that broke django.db.backends.signals.connection_created signal

Detail

When vendoring django.db.backends in django 4.0, even singleton instances of signal were duplicated, so signals were not being sent properly

Relates

@shimizukawa shimizukawa self-assigned this Aug 20, 2024
@shimizukawa shimizukawa merged commit 409d785 into master Aug 20, 2024
46 of 47 checks passed
@shimizukawa shimizukawa deleted the fix-dj42-connection_created branch August 20, 2024 04:26
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.

1 participant