diff options
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 |
