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/ref/django-admin.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/ref/django-admin.txt')
| -rw-r--r-- | docs/ref/django-admin.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index f2f7b2cd96..c07b61c8ef 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -455,7 +455,7 @@ Example usage:: .. django-admin-option:: --ignore Use the ``--ignore`` or ``-i`` option to ignore files or directories matching -the given `glob-style pattern`_. Use multiple times to ignore more. +the given :mod:`glob`-style pattern. Use multiple times to ignore more. These patterns are used by default: ``'CVS'``, ``'.*'``, ``'*~'`` @@ -463,8 +463,6 @@ Example usage:: django-admin.py makemessages --locale=en_US --ignore=apps/* --ignore=secret/*.html -.. _`glob-style pattern`: http://docs.python.org/library/glob.html - .. django-admin-option:: --no-default-ignore Use the ``--no-default-ignore`` option to disable the default values of |
