summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-03-24 16:22:35 -0400
committerTim Graham <timograham@gmail.com>2016-03-25 14:22:38 -0400
commit1f15d442bf59218fb62fd95cc065da1d9a14b577 (patch)
tree8d33fc800f8ca80cc0927a535a8a029fed9bbf2b /docs
parent9d0c8d3dd9dce720f0b91d30508278e45235a3a9 (diff)
[1.9.x] Fixed #26387 -- Restored the functionality of the admin's raw_id_fields in list_editable.
Backport of acfaec3db5ba39de52f6e607e74343dccf72fba1 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.12.txt3
-rw-r--r--docs/releases/1.9.5.txt3
2 files changed, 6 insertions, 0 deletions
diff --git a/docs/releases/1.8.12.txt b/docs/releases/1.8.12.txt
index 0052a90b0d..47581b3f19 100644
--- a/docs/releases/1.8.12.txt
+++ b/docs/releases/1.8.12.txt
@@ -15,3 +15,6 @@ Bugfixes
* Fixed data loss on SQLite where ``DurationField`` values with fractional
seconds could be saved as ``None`` (:ticket:`26324`).
+
+* Restored the functionality of the admin's ``raw_id_fields`` in
+ ``list_editable`` (:ticket:`26387`).
diff --git a/docs/releases/1.9.5.txt b/docs/releases/1.9.5.txt
index c88e92031f..6f073c5c07 100644
--- a/docs/releases/1.9.5.txt
+++ b/docs/releases/1.9.5.txt
@@ -37,3 +37,6 @@ Bugfixes
* Fixed a regression in ``CommonMiddleware`` that caused spurious warnings in
logs on requests missing a trailing slash (:ticket:`26293`).
+
+* Restored the functionality of the admin's ``raw_id_fields`` in
+ ``list_editable`` (:ticket:`26387`).