Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information