Added a note to the 1.6 release about the new `--keep-pot` option for `makemessages`.
Refs #17008.
This commit is contained in:
parent
995ffbb2a6
commit
28d3b33c04
|
@ -812,6 +812,10 @@ Miscellaneous
|
||||||
* :meth:`~django.core.validators.validate_email` now accepts email addresses
|
* :meth:`~django.core.validators.validate_email` now accepts email addresses
|
||||||
with ``localhost`` as the domain.
|
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
|
Features deprecated in 1.6
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue