You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUG19584116: Fix extra signal causing runtime error in Django
Using connection_created signal defined in django.db.backends.signals
causes maximum recursion depth reached runtime error.
We fix this by not sending the extra signal after the connection to
the database is setup.
Unit tests are updated.
0 commit comments