Opened 18 years ago

Closed 18 years ago

#1041 closed defect (fixed)

generic views are using depcreated function template_loader

Reported by: Ian@… Owned by: Adrian Holovaty
Component: Core (Other) Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

it should be using

django.core.template.loader instead of django.core.template_loader

Attachments (1)

generic.patch (5.6 KB ) - added by ian@… 18 years ago.
switch to new version of template-loader

Download all attachments as: .zip

Change History (2)

by ian@…, 18 years ago

Attachment: generic.patch added

switch to new version of template-loader

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [1684]) Fixed #1041 -- Generic views no longer use deprecated template_loader. Thanks for the patch, Ian

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