Opened 7 years ago
Closed 6 years ago
#28529 closed Cleanup/optimization (fixed)
Fix VariableDoesNotExist warnings in admin templates
Reported by: | Vlastimil Zíma | Owned by: | Vlastimil Zíma |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | yes | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description (last modified by )
In 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.
Change History (4)
comment:1 by , 7 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 7 years ago
Description: | modified (diff) |
---|---|
Needs tests: | set |
Summary: | Clean "VariableDoesNotExist" errors in admin templates → Fix VariableDoesNotExist warnings in admin templates |
Triage Stage: | Unreviewed → Accepted |
comment:3 by , 6 years ago
I'll reluctantly merge this without tests as it seems they are non-trivial and a regression isn't serious.
Note:
See TracTickets
for help on using tickets.
PR: https://github.com/django/django/pull/8973