#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 Nick Pope, 19 months ago

Has patch: set

comment:2 by Claude Paroz, 19 months ago

Triage Stage: UnreviewedAccepted

comment:3 by Mariusz Felisiak, 19 months ago

Triage Stage: AcceptedReady for checkin

comment:4 by Mariusz Felisiak <felisiak.mariusz@…>, 19 months ago

Resolution: fixed
Status: assignedclosed

In 8eef22d:

Fixed #34343 -- Moved built-in templates to filesystem.

Note: See TracTickets for help on using tickets.
Back to Top