mirror of
https://github.com/django/django.git
synced 2025-11-19 19:24:46 +00:00
Fixed #17890 -- Added an extra_context parameter to AdminSite.password_change().
This commit is contained in:
parent
3131e9cef5
commit
c8dcded930
5 changed files with 15 additions and 2 deletions
|
|
@ -100,6 +100,9 @@ Minor features
|
|||
<django.contrib.admin.ModelAdmin.show_full_result_count>` to control whether
|
||||
or not the full count of objects should be displayed on a filtered admin page.
|
||||
|
||||
* The ``AdminSite.password_change()`` method now has an ``extra_context``
|
||||
parameter.
|
||||
|
||||
:mod:`django.contrib.admindocs`
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue