diff --git a/docs/releases/1.6.txt b/docs/releases/1.6.txt index ab70be7cfe..b545cbcd64 100644 --- a/docs/releases/1.6.txt +++ b/docs/releases/1.6.txt @@ -812,6 +812,10 @@ Miscellaneous * :meth:`~django.core.validators.validate_email` now accepts email addresses with ``localhost`` as the domain. +* The :djadminopt:`--keep-pot` option was added to :djadmin:`makemessages` + to prevent django from deleting the temporary .pot file it generates before + creating the .po file. + Features deprecated in 1.6 ==========================