summaryrefslogtreecommitdiff
path: root/docs/ref/django-admin.txt
diff options
context:
space:
mode:
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.