diff options
| author | Shubh1815 <shubhparmar14@gmail.com> | 2022-01-10 19:04:24 +0530 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-02-25 06:33:05 +0100 |
| commit | 11cc227344de06ffd0ad7f07c4e4bdd18851adac (patch) | |
| tree | a288a083d3f49ddb4dace688f6faf11ea23a4597 /docs | |
| parent | 18245b948bf7032a0b50d92a743eff822f5bc6a6 (diff) | |
Fixed #33267 -- Added link to related item to related widget wrapper in admin.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/intro/_images/admin09.png | bin | 6719 -> 8120 bytes | |||
| -rw-r--r-- | docs/releases/4.1.txt | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/intro/_images/admin09.png b/docs/intro/_images/admin09.png Binary files differindex bfaeb3b99f..7b649dc1d3 100644 --- a/docs/intro/_images/admin09.png +++ b/docs/intro/_images/admin09.png diff --git a/docs/releases/4.1.txt b/docs/releases/4.1.txt index 46d0cf3540..e3112ad0f5 100644 --- a/docs/releases/4.1.txt +++ b/docs/releases/4.1.txt @@ -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` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
