diff options
| author | Jannis Leidel <jannis@leidel.info> | 2011-08-13 11:58:19 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2011-08-13 11:58:19 +0000 |
| commit | 566b3295fa77e9755613ac36e0d73950938cc577 (patch) | |
| tree | f35f9f866e0b32cedf0904c142994be70d0ea074 /docs/releases/1.2.txt | |
| parent | 1abafe696e44522e8d71c11a53501aeb70a75d38 (diff) | |
Fixed #16621 -- Fixed lots of typos in the docs. Thanks, Bernhard Essl.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16615 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/releases/1.2.txt')
| -rw-r--r-- | docs/releases/1.2.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.2.txt b/docs/releases/1.2.txt index 1f32f15f9d..f397a892d6 100644 --- a/docs/releases/1.2.txt +++ b/docs/releases/1.2.txt @@ -426,7 +426,7 @@ CSRF Protection --------------- We've made large changes to the way CSRF protection works, detailed in -:doc:`the CSRF documentaton </ref/contrib/csrf>`. Here are the major changes you +:doc:`the CSRF documentation </ref/contrib/csrf>`. Here are the major changes you should be aware of: * ``CsrfResponseMiddleware`` and ``CsrfMiddleware`` have been deprecated and |
