diff options
| author | Kamil Braun <kb346840@students.mimuw.edu.pl> | 2014-11-27 19:34:14 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-12-02 08:42:17 -0500 |
| commit | 0623f4dea46eefba46efde6c6528f7d813ef4391 (patch) | |
| tree | 1587b65e38fcb3ac27a3a0f8bb50b2661bb119be /docs | |
| parent | 1da1fe8e16e4f49447f7fb94fb092cfeafff7058 (diff) | |
Fixed #23934 -- Fixed regression in admin views obj parameter.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.7.2.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.7.2.txt b/docs/releases/1.7.2.txt index c01dca9f58..85ebd1a6dc 100644 --- a/docs/releases/1.7.2.txt +++ b/docs/releases/1.7.2.txt @@ -94,3 +94,7 @@ Bugfixes * Fixed a crash when ``RunSQL`` SQL content was collected by the schema editor, typically when using ``sqlmigrate`` (:ticket:`23909`). + +* Fixed a regression in ``contrib.admin`` add/change views which caused some + ``ModelAdmin`` methods to receive the incorrect ``obj`` value + (:ticket:`23934`). |
