Changes between Initial Version and Version 2 of Ticket #28529
- Timestamp:
- Aug 25, 2017, 11:50:27 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28529
- Property Owner changed from to
- Property Status new → assigned
- Property Needs tests set
- Property Triage Stage Unreviewed → Accepted
- Property Summary Clean "VariableDoesNotExist" errors in admin templates → Fix VariableDoesNotExist warnings in admin templates
-
Ticket #28529 – Description
initial v2 1 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 feedbackI tried to fix admin templates in order to remove all `VariableDoesNotExist` errors.1 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. 2 2 3 I open this ticket, because the#28516 was closed without a solution and as a response to Tim's comment in the discussion.3 I open this ticket, because #28516 was closed without a solution and as a response to Tim's comment in the discussion.