diff options
| author | Anton Baklanov <antonbaklanov@gmail.com> | 2015-09-07 12:51:03 +0300 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-11-19 15:04:32 -0500 |
| commit | 80bcbecd4a394f67c1679b077ba79a797c4a57d7 (patch) | |
| tree | c3d913684d08517fc2e2ba2de867ee3afaa25592 /docs | |
| parent | 1e7da99ea6a78c47d3b5d4e9ce82df1ee4024ada (diff) | |
Fixed #19361 -- Added link to object's change form in admin's post-save message.
Thanks Roel Kramer for tests.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.10.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.10.txt b/docs/releases/1.10.txt index 039525eb36..e4cae5a983 100644 --- a/docs/releases/1.10.txt +++ b/docs/releases/1.10.txt @@ -36,6 +36,9 @@ Minor features link <django.contrib.admin.AdminSite.site_url>` at the top of each admin page will now point to ``request.META['SCRIPT_NAME']`` if set, instead of ``/``. +* The success message that appears after adding or editing an object now + contains a link to the object's change form. + :mod:`django.contrib.admindocs` ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
