diff options
| author | Ramiro Morales <cramm0@gmail.com> | 2011-09-04 21:17:30 +0000 |
|---|---|---|
| committer | Ramiro Morales <cramm0@gmail.com> | 2011-09-04 21:17:30 +0000 |
| commit | 932b1b8d6dbd1a4d8e50aa0528c1489094f5704c (patch) | |
| tree | 2eabdbaca6daac3166847f77d3f06efc3dc2d928 /docs/releases/1.2.txt | |
| parent | 9110257a328bacae0a6131ca7b3c8b241fef128c (diff) | |
Converted links to external topics so they use intersphinx extension markup.
This allows to make these links more resilent to changes in the target URLs.
Thanks Jannis for the report and Aymeric Augustin for the patch.
Fixes #16586.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16720 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/releases/1.2.txt')
| -rw-r--r-- | docs/releases/1.2.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/releases/1.2.txt b/docs/releases/1.2.txt index f397a892d6..7d4f93e94b 100644 --- a/docs/releases/1.2.txt +++ b/docs/releases/1.2.txt @@ -764,10 +764,8 @@ over the next few release cycles. Code taking advantage of any of the features below will raise a ``PendingDeprecationWarning`` in Django 1.2. This warning will be -silent by default, but may be turned on using Python's `warnings -module`_, or by running Python with a ``-Wd`` or `-Wall` flag. - -.. _warnings module: http://docs.python.org/library/warnings.html +silent by default, but may be turned on using Python's :mod:`warnings` +module, or by running Python with a ``-Wd`` or `-Wall` flag. In Django 1.3, these warnings will become a ``DeprecationWarning``, which is *not* silent. In Django 1.4 support for these features will |
