Refs #26524 -- Fixed an error in 1.11 release notes.
This commit is contained in:
parent
8f50ff5b15
commit
83120af2c1
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue