summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorRamiro Morales <cramm0@gmail.com>2013-01-25 13:23:33 -0300
committerRamiro Morales <cramm0@gmail.com>2013-01-25 13:23:33 -0300
commit2babab0bb351ff7a13fd23795f5e926a9bf95d22 (patch)
treedcdffc1d0964d88d71980b7bd07e4ced495e9300 /docs/ref
parentb9c8bbf3726a1956be1db70ffd3bef04a2e5311a (diff)
Patch by Claude for #16084.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/django-admin.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index 8f6664edb7..f7b91bbdab 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -472,7 +472,7 @@ Example usage::
Use the ``--ignore`` or ``-i`` option to ignore files or directories matching
the given :mod:`glob`-style pattern. Use multiple times to ignore more.
-These patterns are used by default: ``'CVS'``, ``'.*'``, ``'*~'``
+These patterns are used by default: ``'CVS'``, ``'.*'``, ``'*~'``, ``'*.pyc'``
Example usage::
@@ -499,7 +499,7 @@ for technically skilled translators to understand each message's context.
.. versionadded:: 1.6
Use the ``--keep-pot`` option to prevent django from deleting the temporary
-.pot file it generates before creating the .po file. This is useful for
+.pot files it generates before creating the .po file. This is useful for
debugging errors which may prevent the final language files from being created.
runfcgi [options]