[1.6.x] Added a note to the 1.6 release about the new `--keep-pot` option for `makemessages`.

Refs #17008.
Backport of 28d3b33c04 from master.
This commit is contained in:
Julien Phalip 2013-08-04 17:18:10 -07:00
parent 7a5f799193
commit 59bf42f79e
1 changed files with 4 additions and 0 deletions

View File

@ -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
==========================