From 40f0a84cb151669313faadf857aaddd18d39aaeb Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Thu, 16 Apr 2015 12:55:37 +0100 Subject: Fixed #24159 -- Made compilemessages run across all apps. Updated the command to match the documentation, which states it runs over all .po files. --- docs/ref/django-admin.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/ref') 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. -- cgit v1.3