diff options
| author | Tim Graham <timograham@gmail.com> | 2015-05-18 07:53:41 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-05-19 13:01:48 -0400 |
| commit | fb94e7b8cf8f68629b51a4d4f2c37400ef1c7469 (patch) | |
| tree | 691e5bcb515e7944d8c0faa40edb03e407dd0bb6 /docs | |
| parent | b0b8f56d3adcae7c8ca4cb7d15b334bab619244e (diff) | |
Fixed #24784 -- Fixed visibility regression in admin's FK widget.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.2.txt | 3 |
1 files changed, 3 insertions, 0 deletions
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`). |
