#12872 closed (fixed)
Removal of unused template_validator-related code
Reported by: | Ramiro Morales | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I remember reading Alex and Jacob talking on IRC about removing of something I also had seen while perusing over the admin source code: the template_validator
view/template. Just creating a ticket for its removal so we don't forget about it.
Seems to be to limited to
contrib/admin/views/template.py
contrib/admin/templates/admin/template_validator.html
(r8294 was about porting it to newforms though.)
Change History (3)
comment:1 by , 15 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 14 years ago
Note:
See TracTickets
for help on using tickets.
(In [14055]) Fixed #12872 -- Removed vestiges of mythic old template validation admin app functionality.