From 80bcbecd4a394f67c1679b077ba79a797c4a57d7 Mon Sep 17 00:00:00 2001 From: Anton Baklanov Date: Mon, 7 Sep 2015 12:51:03 +0300 Subject: Fixed #19361 -- Added link to object's change form in admin's post-save message. Thanks Roel Kramer for tests. --- docs/releases/1.10.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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 ` 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` ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -- cgit v1.3