mirror of
https://github.com/django/django.git
synced 2025-04-25 17:54:37 +00:00
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``.
|
``django.request``.
|
||||||
|
|
||||||
* Using a foreign key's id (e.g. ``'field_id'``) in ``ModelAdmin.list_display``
|
* 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
|
displays the related object's ID. Remove the ``_id`` suffix if you want the
|
||||||
``_id`` suffix if you want the ``repr()``.
|
old behavior of the string representation of the object.
|
||||||
|
|
||||||
.. _deprecated-features-1.11:
|
.. _deprecated-features-1.11:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user