Opened 21 months ago
Closed 21 months ago
#34343 closed Cleanup/optimization (fixed)
Move more templates to filesystem
Reported by: | Nick Pope | Owned by: | Nick Pope |
---|---|---|---|
Component: | Uncategorized | Version: | dev |
Severity: | Normal | Keywords: | templates, filesystem |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
In #28007 debug templates were moved to be loaded from the filesystem.
It would also be cleaner to move the following larger templates out of Python code:
django.views.csrf.CSRF_FAILURE_TEMPLATE
django.views.i18n.js_catalog_template
django.views.static.DEFAULT_DIRECTORY_INDEX_TEMPLATE
Change History (4)
comment:1 by , 21 months ago
Has patch: | set |
---|
comment:2 by , 21 months ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:3 by , 21 months ago
Triage Stage: | Accepted → Ready for checkin |
---|
Note:
See TracTickets
for help on using tickets.
PR