summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2016-04-28 21:18:55 +0200
committerClaude Paroz <claude@2xlibre.net>2016-04-30 12:11:11 +0200
commit4a6bdff43047acbf8743ad8b332e37e529898c27 (patch)
tree7d6d516f745f12bdb0a5105401360f04e71023e5 /docs/releases
parentcd2ac512e6f4bd0bb848d9cb65b1831b63116531 (diff)
[1.9.x] Fixed #26341 -- Fixed makemessages breaking location comments for HTML files
Thanks Sylvain Garancher for the report and Veranika Sabiashchanskaya for the initial patch. Backport of b16b124996 from master.
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/1.9.6.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.9.6.txt b/docs/releases/1.9.6.txt
index 769d04945a..f701d08df9 100644
--- a/docs/releases/1.9.6.txt
+++ b/docs/releases/1.9.6.txt
@@ -27,3 +27,6 @@ Bugfixes
* Restored conversion of an empty string to null when saving values of
``GenericIPAddressField`` on SQLite and MySQL (:ticket:`26557`).
+
+* Fixed a ``makemessages`` regression where temporary ``.py`` extensions were
+ leaked in source file paths (:ticket:`26341`).