mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
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:
parent
1e7da99ea6
commit
80bcbecd4a
3 changed files with 105 additions and 34 deletions
|
@ -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`
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue