diff options
| author | Berker Peksag <berker.peksag@gmail.com> | 2014-11-29 08:19:59 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-11-29 10:31:09 -0500 |
| commit | c8dcded930a1d0ee5688ae2c2eeb8c33d942009f (patch) | |
| tree | 319e9868f808bca0cef788330a33225f42a3c9b7 /docs | |
| parent | 3131e9cef5f0a96f4fe667b0b1626c238153d1f1 (diff) | |
Fixed #17890 -- Added an extra_context parameter to AdminSite.password_change().
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.8.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index 2a1ec35873..28b0770aa9 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -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` ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
