Fixed #17890 -- Added an extra_context parameter to AdminSite.password_change().

This commit is contained in:
Berker Peksag 2014-11-29 08:19:59 +02:00 committed by Tim Graham
parent 3131e9cef5
commit c8dcded930
5 changed files with 15 additions and 2 deletions

View file

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