mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #27313 -- Allowed overriding admin popup response template.
This commit is contained in:
committed by
Tim Graham
parent
fb1349ce8c
commit
1e629928e9
@@ -72,6 +72,10 @@ Minor features
|
||||
<django.contrib.admin.ModelAdmin.get_exclude>` hook allows specifying the
|
||||
exclude fields based on the request or model instance.
|
||||
|
||||
* The ``popup_response.html`` template can now be overridden per app, per
|
||||
model, or by setting the :attr:`.ModelAdmin.popup_response_template`
|
||||
attribute.
|
||||
|
||||
:mod:`django.contrib.admindocs`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user