1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #33267 -- Added link to related item to related widget wrapper in admin.

This commit is contained in:
Shubh1815
2022-01-10 19:04:24 +05:30
committed by Mariusz Felisiak
parent 18245b948b
commit 11cc227344
6 changed files with 30 additions and 3 deletions

View File

@@ -61,6 +61,8 @@ Minor features
* The admin :meth:`history view <django.contrib.admin.ModelAdmin.history_view>`
is now paginated.
* Related widget wrappers now have a link to object's change form.
:mod:`django.contrib.admindocs`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~