1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #31181 -- Added links to related models for admin's readonly fields.

This commit is contained in:
Julien Rebetez
2020-01-18 19:03:03 +01:00
committed by Mariusz Felisiak
parent 855fc06236
commit b790883065
5 changed files with 87 additions and 11 deletions

View File

@@ -72,6 +72,9 @@ Minor features
* :attr:`.ModelAdmin.search_fields` now allows searching against quoted phrases
with spaces.
* Read-only related fields are now rendered as navigable links if target models
are registered in the admin.
:mod:`django.contrib.admindocs`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~