Fixed #19361 -- Added link to object's change form in admin's post-save message.

Thanks Roel Kramer for tests.
This commit is contained in:
Anton Baklanov 2015-09-07 12:51:03 +03:00 committed by Tim Graham
parent 1e7da99ea6
commit 80bcbecd4a
3 changed files with 105 additions and 34 deletions

View file

@ -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`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^