summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorVytis Banaitis <vytis.banaitis@gmail.com>2016-06-09 22:05:59 +0300
committerTim Graham <timograham@gmail.com>2016-06-09 20:34:53 -0400
commit83120af2c1302ae3c43c7f5f15ef2ca5855fc1b3 (patch)
treefd1059a02d5df9e6d06098812b69a88d7acf1f56 /docs
parent8f50ff5b15a742f345dade0848a3fbbf2aff629d (diff)
Refs #26524 -- Fixed an error in 1.11 release notes.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.txt4
1 files 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: