From 9d700322b38ea670800a97f2b92dd2fc2c6ff28d Mon Sep 17 00:00:00 2001 From: Kevin Christopher Henry Date: Mon, 9 Sep 2013 04:59:47 -0400 Subject: Fixed #19885 -- cleaned up the django.test namespace * override_settings may now be imported from django.test * removed Approximate from django.test * updated documentation for things importable from django.test Thanks akaariai for the suggestion. --- docs/ref/signals.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref') diff --git a/docs/ref/signals.txt b/docs/ref/signals.txt index 8381a49a09..fed8c7b3b5 100644 --- a/docs/ref/signals.txt +++ b/docs/ref/signals.txt @@ -565,7 +565,7 @@ setting_changed This signal is sent when the value of a setting is changed through the ``django.test.TestCase.settings()`` context manager or the -:func:`django.test.utils.override_settings` decorator/context manager. +:func:`django.test.override_settings` decorator/context manager. It's actually sent twice: when the new value is applied ("setup") and when the original value is restored ("teardown"). Use the ``enter`` argument to -- cgit v1.3