summaryrefslogtreecommitdiff
path: root/docs/ref/django-admin.txt
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2015-04-16 12:55:37 +0100
committerTim Graham <timograham@gmail.com>2015-06-04 21:02:02 -0400
commit40f0a84cb151669313faadf857aaddd18d39aaeb (patch)
treefcfa0aea3ee68d0c17dfa91679e0d6b6fb14af81 /docs/ref/django-admin.txt
parent7bda2d8ebc7833747363ac837fecb6535c817dcd (diff)
Fixed #24159 -- Made compilemessages run across all apps.
Updated the command to match the documentation, which states it runs over all .po files.
Diffstat (limited to 'docs/ref/django-admin.txt')
-rw-r--r--docs/ref/django-admin.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index c76ffc4ba9..37154365ff 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -161,6 +161,11 @@ are excluded.
You can pass ``--use-fuzzy`` option (or ``-f``) to include fuzzy translations
into compiled files.
+.. versionchanged:: 1.9
+
+ ``compilemessages`` now matches the operation of :djadmin:`makemessages`,
+ scanning the project tree for ``.po`` files to compile.
+
.. versionchanged:: 1.8
Added ``--exclude`` and ``--use-fuzzy`` options.