Fixed #26006 -- Fixed incorrect object reference in SingleObjectMixin.get_context_object_name().

This commit is contained in:
Chris Cogdon 2015-12-29 10:58:43 -08:00 committed by Tim Graham
parent 7df9aa3a33
commit 4b2dcfe04f
5 changed files with 30 additions and 1 deletions

View file

@ -70,3 +70,6 @@ Bugfixes
* Fixed a regression in the admin which ignored line breaks in read-only fields
instead of converting them to ``<br>`` (:ticket:`25465`).
* Fixed incorrect object reference in
``SingleObjectMixin.get_context_object_name()`` (:ticket:`26006`).