From 83120af2c1302ae3c43c7f5f15ef2ca5855fc1b3 Mon Sep 17 00:00:00 2001 From: Vytis Banaitis Date: Thu, 9 Jun 2016 22:05:59 +0300 Subject: [PATCH] Refs #26524 -- Fixed an error in 1.11 release notes. --- docs/releases/1.11.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/releases/1.11.txt b/docs/releases/1.11.txt index ed4620ec44..d2e3e74fdd 100644 --- a/docs/releases/1.11.txt +++ b/docs/releases/1.11.txt @@ -255,8 +255,8 @@ Miscellaneous ``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()``. + displays the related object's ID. Remove the ``_id`` suffix if you want the + old behavior of the string representation of the object. .. _deprecated-features-1.11: