summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlexander Gaevsky <sasha@sasha0.ru>2016-01-07 11:07:15 +0200
committerTim Graham <timograham@gmail.com>2016-01-08 11:06:56 -0500
commita839d71d8562abe0b245024e55ca1d02a45e58fd (patch)
tree3efcf34ce1d42479ec9202490af91e83a3601644 /docs
parentf42ab40b733e9a9a00afd9f68de1f041cb96c7e6 (diff)
[1.9.x] Fixed #25997 -- Removed redundant escaping in admin's edit related model popup.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.9.2.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.9.2.txt b/docs/releases/1.9.2.txt
index 375fe3edaa..ffe5030d9e 100644
--- a/docs/releases/1.9.2.txt
+++ b/docs/releases/1.9.2.txt
@@ -21,3 +21,7 @@ Bugfixes
* Fixed a regression that caused the incorrect day to be selected when opening
the admin calendar widget for timezones from GMT+0100 to GMT+1200
(:ticket:`24980`).
+
+* Fixed a regression in the admin's edit related model popup that caused an
+ escaped value to be displayed in the select dropdown of the parent window
+ (:ticket:`25997`).