SIGN IN SIGN UP

Avoid importing `django.test` in main code

`setting_changed` is actually from `django.core.signals`, and is re-exported from `django.test.signals`. `django.test` takes 20-40ms to import, so not too much, but it's an easy win to avoid this import.
A
Angus Holder committed
7d21736ff60c590c9f0531c7c53b7e2d0f46417e
Parent: 0940325
Committed by GitHub <noreply@github.com> on 4/26/2024, 4:35:10 PM