summaryrefslogtreecommitdiff
path: root/docs/man
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2013-11-30 10:53:08 +0100
committerClaude Paroz <claude@2xlibre.net>2013-11-30 11:00:23 +0100
commit50a8ab7cd1e611e6422a148becaec02218577d67 (patch)
tree180cc283c7f700a343733df3f1b2d88a79a3d7d0 /docs/man
parent9af7e18f3579df18625b9eda70735790f23aeb96 (diff)
Enabled makemessages to support several translation directories
Thanks Rémy Hubscher, Ramiro Morales, Unai Zalakain and Tim Graham for the reviews. Also fixes #16084.
Diffstat (limited to 'docs/man')
-rw-r--r--docs/man/django-admin.13
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/man/django-admin.1 b/docs/man/django-admin.1
index f1b568daf5..c72c3520b5 100644
--- a/docs/man/django-admin.1
+++ b/docs/man/django-admin.1
@@ -192,7 +192,8 @@ Ignore files or directories matching this glob-style pattern. Use multiple
times to ignore more (makemessages command).
.TP
.I \-\-no\-default\-ignore
-Don't ignore the common private glob-style patterns 'CVS', '.*' and '*~' (makemessages command).
+Don't ignore the common private glob-style patterns 'CVS', '.*', '*~' and '*.pyc'
+(makemessages command).
.TP
.I \-\-no\-wrap
Don't break long message lines into several lines (makemessages command).