From acfaec3db5ba39de52f6e607e74343dccf72fba1 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 24 Mar 2016 16:22:35 -0400 Subject: Fixed #26387 -- Restored the functionality of the admin's raw_id_fields in list_editable. --- docs/releases/1.8.12.txt | 3 +++ docs/releases/1.9.5.txt | 3 +++ 2 files changed, 6 insertions(+) (limited to 'docs') 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`). -- cgit v1.3