diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2009-11-04 05:47:32 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2009-11-04 05:47:32 +0000 |
| commit | aa0141912ec4731740ebe87708052eae6e6d0387 (patch) | |
| tree | 85ccb82b1482e79c4997694d6bb8afc6ae4cfd50 /docs | |
| parent | 77b602a4ab55a655a0a50dbd8fe130f0952848c4 (diff) | |
Corrected the default value of the EMAIL_BACKEND in the settings docs. Thanks to Alex Gaynor for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11716 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/settings.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt index ad34e1d414..4c30ccbfad 100644 --- a/docs/ref/settings.txt +++ b/docs/ref/settings.txt @@ -431,7 +431,7 @@ EMAIL_BACKEND .. versionadded:: 1.2 -Default: ``'smtp'`` +Default: ``'django.core.email.backends.smtp'`` The backend to use for sending emails. For the list of available backends see :ref:`topics-email`. |
