Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#13364 closed (worksforme)

Template loader incorrectly caches template

Reported by: mnbayazit Owned by: nobody
Component: Template system Version: dev
Severity: Keywords: template cache
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Attachments (1)

t13364-test.diff (2.5 KB ) - added by Ramiro Morales 14 years ago.
Patch for Django mail regressiontests demonstrating this works

Download all attachments as: .zip

Change History (5)

comment:1 by mnbayazit, 14 years ago

milestone: 1.2

comment:2 by mnbayazit, 14 years ago

Version: 1.2-betaSVN

by Ramiro Morales, 14 years ago

Attachment: t13364-test.diff added

Patch for Django mail regressiontests demonstrating this works

comment:3 by Ramiro Morales, 14 years ago

Resolution: worksforme
Status: newclosed

Ideally you should be reducing your test case to a minimal one: If you are seeing a problem with template loading you should create a test for that and isolate it from the multi-part email assembling.

Anyways, I've converted your example to a test case added to the mail regression test of the Django test suite (see patch attached to this ticket) and it works correctly. Please seek further help in the django-users mailing list or the #django IRC channel in Freenode.

comment:4 by Jacob, 13 years ago

milestone: 1.2

Milestone 1.2 deleted

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