diff options
| author | Kevin Christopher Henry <k@severian.com> | 2013-09-09 04:59:47 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-09-09 16:03:13 -0400 |
| commit | 9d700322b38ea670800a97f2b92dd2fc2c6ff28d (patch) | |
| tree | 03972a5cf4a8b5eeb69909ddacbe33eeae1d2efd /docs/ref | |
| parent | a52cc1c0888c2cedb07b2c0619c1a92a2f6e2c40 (diff) | |
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.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/signals.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
