Skip to content

Commit

Permalink
Restore django.test.signals.setting_changed (#1644)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz authored Aug 7, 2023
1 parent e2dc4ea commit bf0b6f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions django-stubs/test/signals.pyi
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
from typing import Any

from django.core.signals import setting_changed as setting_changed # noqa: F401

template_rendered: Any
COMPLEX_OVERRIDE_SETTINGS: Any

Expand Down

0 comments on commit bf0b6f4

Please sign in to comment.