diff options
| author | Chris Cogdon <chris.cogdon@dtexsystems.com> | 2015-12-29 10:58:43 -0800 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-12-30 09:58:05 -0500 |
| commit | 4d9b98616f2d8b98946fdc752cc40f4283baf105 (patch) | |
| tree | cbc59287108665253940b23ef1c7ab9e73012587 /docs | |
| parent | 76a96215b99293c42a26c93ceacaeed114612bfa (diff) | |
[1.9.x] Fixed #26006 -- Fixed incorrect object reference in SingleObjectMixin.get_context_object_name().
Backport of 4b2dcfe04f5d9938e40c569ffdd169f3a712145d from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.9.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.9.1.txt b/docs/releases/1.9.1.txt index 4fca0f78ab..143db5e596 100644 --- a/docs/releases/1.9.1.txt +++ b/docs/releases/1.9.1.txt @@ -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`). |
