summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEric Whitmire <ewhitmire91@gmail.com>2015-04-16 17:11:10 -0700
committerTim Graham <timograham@gmail.com>2015-04-17 11:22:22 -0400
commit901de5fbcedf1ad04d3e47a610aa5ed1cc657cb9 (patch)
tree4a1608e75fe61534342711ab1151c142bb9fae45 /docs
parentf21dd827b7dcc18450f75f8c29f7b01da46eca72 (diff)
[1.8.x] Fixed #24655 -- Fixed JavaScript path of contrib.admin's related field widget
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.1.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.8.1.txt b/docs/releases/1.8.1.txt
index 14d48a5ed7..edfff1f910 100644
--- a/docs/releases/1.8.1.txt
+++ b/docs/releases/1.8.1.txt
@@ -58,3 +58,6 @@ Bugfixes
* Prevented the loss of ``null``/``not null`` column properties during field
alteration of MySQL databases (:ticket:`24595`).
+
+* Fixed JavaScript path of ``contrib.admin``’s related field widget when using
+ alternate static file storages (:ticket:`24655`) .