summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-12-19 14:02:24 -0500
committerTim Graham <timograham@gmail.com>2015-12-21 09:30:39 -0500
commitc80d85d4ad05ee905321e410e1a3e7a49d730233 (patch)
treea148bd0c8bb13965edc7dea36098c28ef2aa42d5 /docs
parent40fd217437bda1c3ab2bafe8f14070f90a137df6 (diff)
[1.9.x] Fixed #25903 -- Fixed the admin's list_editable add/change buttons.
Backport of f18b08748abaecb171fdcbcdfdcd7e4d95d931d1 from master
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`).