I open this ticket, because the #28516 was closed without a solution and
as a response to Tim's comment in the discussion.
--
Ticket URL: <https://code.djangoproject.com/ticket/28529>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: nobody => Vlastimil Zíma
* status: new => assigned
Comment:
PR: https://github.com/django/django/pull/8973
--
Ticket URL: <https://code.djangoproject.com/ticket/28529#comment:1>
* stage: Unreviewed => Accepted
* needs_tests: 0 => 1
Old description:
> In discussion about the template error logs
> https://groups.google.com/d/msg/django-
> developers/zdULZcmAWNw/YvzDwa5FCAAJ, Tim mentioned a ticket #28516 about
> an errors in admin change_list. To provide a relevant feedback I tried to
> fix admin templates in order to remove all `VariableDoesNotExist` errors.
>
> I open this ticket, because the #28516 was closed without a solution and
> as a response to Tim's comment in the discussion.
New description:
In [https://groups.google.com/d/msg/django-
developers/zdULZcmAWNw/YvzDwa5FCAAJ discussion about the template error
logs], Tim mentioned #28516 about an errors in admin change_list. To
provide a relevant feedback, I tried to fix admin templates in order to
remove all `VariableDoesNotExist` errors.
I open this ticket, because #28516 was closed without a solution and as a
response to Tim's comment in the discussion.
--
--
Ticket URL: <https://code.djangoproject.com/ticket/28529#comment:2>
Comment (by Tim Graham):
I'll reluctantly merge this without tests as it seems they are non-trivial
and a regression isn't serious.
--
Ticket URL: <https://code.djangoproject.com/ticket/28529#comment:3>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"a9f5652113f0721a7066e359ae28d14692ea3c47" a9f56521]:
{{{
#!CommitTicketReference repository=""
revision="a9f5652113f0721a7066e359ae28d14692ea3c47"
Fixed #28529 -- Fixed VariableDoesNotExist warnings in admin templates.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/28529#comment:4>