diff options
| author | Tim Graham <timograham@gmail.com> | 2016-03-24 16:22:35 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-03-25 13:47:42 -0400 |
| commit | acfaec3db5ba39de52f6e607e74343dccf72fba1 (patch) | |
| tree | 3d63665a30551e9971672a375a228f053b8c1dab /docs | |
| parent | 8550566af6321fe111ac1fe6497720e6ac291824 (diff) | |
Fixed #26387 -- Restored the functionality of the admin's raw_id_fields in list_editable.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.12.txt | 3 | ||||
| -rw-r--r-- | docs/releases/1.9.5.txt | 3 |
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`). |
