diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2011-04-01 16:18:23 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2011-04-01 16:18:23 +0000 |
| commit | 9a279edc1cedecc65249b061bcb2797fe509a85b (patch) | |
| tree | 3f89e20c2dc9eeda748732c008fe8c631903a574 /docs/releases | |
| parent | 94af19c43fad3e42d64981e22fe15b844f1f9eb6 (diff) | |
Fixed some ReST errors from e-mail -> email change in docs, and changed some docs that shouldn't have been changed (because translation strings haven't been converted yet)
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15968 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/1.2-alpha-1.txt | 2 | ||||
| -rw-r--r-- | docs/releases/1.2.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/releases/1.2-alpha-1.txt b/docs/releases/1.2-alpha-1.txt index 9fbee33615..ceb5daeffc 100644 --- a/docs/releases/1.2-alpha-1.txt +++ b/docs/releases/1.2-alpha-1.txt @@ -386,7 +386,7 @@ CSRF', where an attacking site tricks a user's browser into logging into a site with someone else's credentials, is also covered. Email Backends ---------------- +-------------- You can now :ref:`configure the way that Django sends email <topic-email-backends>`. Instead of using SMTP to send all email, you diff --git a/docs/releases/1.2.txt b/docs/releases/1.2.txt index 6fef17596f..a289f6c1b6 100644 --- a/docs/releases/1.2.txt +++ b/docs/releases/1.2.txt @@ -185,7 +185,7 @@ The built-in :class:`~django.contrib.auth.models.User` model's of characters, including ``@``, ``+``, ``.`` and ``-`` characters. Email backends ---------------- +-------------- You can now :ref:`configure the way that Django sends email <topic-email-backends>`. Instead of using SMTP to send all email, you |
