From aeafdf9398edb8a9fe34e10af10f98ae567a97db Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 18 May 2015 07:53:41 -0400 Subject: [1.8.x] Fixed #24784 -- Fixed visibility regression in admin's FK widget. Backport of fb94e7b8cf8f68629b51a4d4f2c37400ef1c7469 from master --- docs/releases/1.8.2.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.8.2.txt b/docs/releases/1.8.2.txt index 896f4d0334..18c1ba38c9 100644 --- a/docs/releases/1.8.2.txt +++ b/docs/releases/1.8.2.txt @@ -37,3 +37,6 @@ Bugfixes * On PostgreSQL, when no access is granted for the ``postgres`` database, Django now falls back to the default database when it normally requires a "no database" connection (:ticket:`24791`). + +* Fixed display of ``contrib.admin``’s ``ForeignKey`` widget when it's used + in a row with other fields (:ticket:`24784`). -- cgit v1.3