diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.11.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.11.txt b/docs/releases/1.11.txt index c94935f93a..e8cf5ae0f3 100644 --- a/docs/releases/1.11.txt +++ b/docs/releases/1.11.txt @@ -253,6 +253,10 @@ Miscellaneous * CSRF failures are logged to the ``django.security.csrf ``` logger instead of ``django.request``. +* Using a foreign key's id (e.g. ``'field_id'``) in ``ModelAdmin.list_display`` + displays the related object's ID instead of ``repr(object)``. Remove the + ``_id`` suffix if you want the ``repr()``. + .. _deprecated-features-1.11: Features deprecated in 1.11 |
