diff options
| author | Tim Graham <timograham@gmail.com> | 2015-12-19 14:02:24 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-12-21 09:30:39 -0500 |
| commit | c80d85d4ad05ee905321e410e1a3e7a49d730233 (patch) | |
| tree | a148bd0c8bb13965edc7dea36098c28ef2aa42d5 /docs | |
| parent | 40fd217437bda1c3ab2bafe8f14070f90a137df6 (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.txt | 3 |
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`). |
