summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJulien Phalip <jphalip@gmail.com>2013-08-04 17:18:10 -0700
committerJulien Phalip <jphalip@gmail.com>2013-08-04 17:18:10 -0700
commit28d3b33c04cc2e2250059039c5ebbab97869d525 (patch)
tree8e9ae5793522434e32b46fa18deeec5ce584e250 /docs
parent995ffbb2a60c80217bf4cbe028b7712fafaf11f2 (diff)
Added a note to the 1.6 release about the new `--keep-pot` option for `makemessages`.
Refs #17008.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.6.txt4
1 files changed, 4 insertions, 0 deletions
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
==========================