mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Fixed #26006 -- Fixed incorrect object reference in SingleObjectMixin.get_context_object_name().
This commit is contained in:
parent
7df9aa3a33
commit
4b2dcfe04f
5 changed files with 30 additions and 1 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue