diff options
| author | Luke Plant <L.Plant.98@cantab.net> | 2011-04-09 18:47:59 +0000 |
|---|---|---|
| committer | Luke Plant <L.Plant.98@cantab.net> | 2011-04-09 18:47:59 +0000 |
| commit | fda7ac3490d78c3e6c21d7d56e7f4f9676bc9b8e (patch) | |
| tree | ce65b907333ab0f1870080b38ade936aae695fb4 /docs/releases/1.2.txt | |
| parent | 8d4b414760fdd677c973f9ccfe4f5c3b41934d4d (diff) | |
Fixed #15780 - Broken link in old release notes regarding CSRF upgrade
Thanks to Aryeh Leib Taurog for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16023 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/releases/1.2.txt')
| -rw-r--r-- | docs/releases/1.2.txt | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/docs/releases/1.2.txt b/docs/releases/1.2.txt index a289f6c1b6..bab8756b21 100644 --- a/docs/releases/1.2.txt +++ b/docs/releases/1.2.txt @@ -435,8 +435,13 @@ should be aware of: * All contrib apps use a ``csrf_protect`` decorator to protect the view. This requires the use of the ``csrf_token`` template tag in the template. If you - have used custom templates for contrib views, you MUST READ THE :ref:`UPGRADE - INSTRUCTIONS <ref-csrf-upgrading-notes>` to fix those templates. + have used custom templates for contrib views, you MUST READ THE UPGRADE + INSTRUCTIONS to fix those templates. + + .. admonition:: Documentation removed + + The upgrade notes have been removed in current Django docs. Please refer + to the docs for Django 1.3 or older to find these instructions. * ``CsrfViewMiddleware`` is included in :setting:`MIDDLEWARE_CLASSES` by default. This turns on CSRF protection by default, so views that accept @@ -861,8 +866,12 @@ functionality of ``CsrfResponseMiddleware`` and ``CsrfViewMiddleware``, has likewise been deprecated. Also, the CSRF module has moved from contrib to core, and the old -imports are deprecated, as described in the :ref:`upgrading notes -<ref-csrf-upgrading-notes>`. +imports are deprecated, as described in the upgrading notes. + +.. admonition:: Documentation removed + + The upgrade notes have been removed in current Django docs. Please refer + to the docs for Django 1.3 or older to find these instructions. ``SMTPConnection`` ------------------ |
