diff options
| author | Jannis Leidel <jannis@leidel.info> | 2011-07-10 19:35:05 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2011-07-10 19:35:05 +0000 |
| commit | 723b5747933f8519708a1b75e1c01478151dec33 (patch) | |
| tree | 9daa45d8aa3b28571171b98c85ef05384d13b31d /docs/ref | |
| parent | 54b9c03d8005fd37f2677e5759de42e5d61ca046 (diff) | |
Fixed #16447 -- Stopped using the setting name as the sender parameter for the setting_changed signal. Thanks, Alex Gaynor.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16530 bcc190cf-cafb-0310-a4f2-bffc1f526a37
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 4e1f7e2967..b265d078eb 100644 --- a/docs/ref/signals.txt +++ b/docs/ref/signals.txt @@ -487,7 +487,7 @@ Sent when some :ref:`settings are overridden <overriding-setting>` with the Arguments sent with this signal: ``sender`` - The setting name (string). + The settings handler. ``setting`` Same as sender |
