diff options
| author | Julien Phalip <jphalip@gmail.com> | 2013-08-04 17:18:10 -0700 |
|---|---|---|
| committer | Julien Phalip <jphalip@gmail.com> | 2013-08-04 17:20:22 -0700 |
| commit | 59bf42f79e6f2fce2fc9128a86643cdb80b4b49a (patch) | |
| tree | 9acb4b64090a396432feb4050a487c9965e5932d /docs | |
| parent | 7a5f7991939b41c63acf06b664d8fe3686eb8ecf (diff) | |
[1.6.x] Added a note to the 1.6 release about the new `--keep-pot` option for `makemessages`.
Refs #17008.
Backport of 28d3b33c04cc2 from master.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.6.txt | 4 |
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 ========================== |
