Refs #26524 -- Fixed an error in 1.11 release notes.

This commit is contained in:
Vytis Banaitis 2016-06-09 22:05:59 +03:00 committed by Tim Graham
parent 8f50ff5b15
commit 83120af2c1
1 changed files with 2 additions and 2 deletions

View File

@ -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: