summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-12-21 08:36:41 -0500
committerTim Graham <timograham@gmail.com>2015-12-21 09:29:57 -0500
commitf18b08748abaecb171fdcbcdfdcd7e4d95d931d1 (patch)
tree9da20d693878a53151be5cf3482fa67505e9deba /docs
parentd7580e286ac9c48e410d59281720205d6f5dda10 (diff)
Fixed #25903 -- Fixed the admin's list_editable add/change buttons.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.9.1.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.9.1.txt b/docs/releases/1.9.1.txt
index 8180a2805f..a40604780f 100644
--- a/docs/releases/1.9.1.txt
+++ b/docs/releases/1.9.1.txt
@@ -61,3 +61,6 @@ Bugfixes
* Fixed ``migrate --fake-initial`` detection of many-to-many tables
(:ticket:`25922`).
+
+* Restored the functionality of the admin's ``list_editable`` add and change
+ buttons (:ticket:`25903`).