diff options
| author | huwaiza tahir <muhammadhuwaizatahir@gmail.com> | 2026-03-18 12:40:04 +0500 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2026-03-18 08:23:32 -0400 |
| commit | 4b2b4bf0ac2707dc9c4d51cabfa72168eaea95fe (patch) | |
| tree | dfac14e6c5501030a425c5bba9a9729592658395 /docs/releases | |
| parent | 2e33abe57c37dce6ce5eff9e6cbaf47cdddcf1e3 (diff) | |
Fixed #36926 -- Made admin use boolean icons for related BooleanFields in list_display.
When using related field lookups like 'parent__is_active' in list_display,
the admin now correctly detects if the final field is a BooleanField and
displays boolean icons instead of 'True'/'False' text.
Modified lookup_field() in django/contrib/admin/utils.py to retrieve the
final field from the path when traversing relations using LOOKUP_SEP (__),
allowing display_for_field() to properly handle BooleanFields.
Diffstat (limited to 'docs/releases')
0 files changed, 0 insertions, 0 deletions
