Opened 18 years ago

Closed 18 years ago

#936 closed defect (fixed)

loader.load_template_source forgets to return a value

Reported by: django@… Owned by: Adrian Holovaty
Component: contrib.admin 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

Missing return statement in function definition.

Change History (1)

comment:1 by django@…, 18 years ago

Resolution: fixed
Status: newclosed

The offending function has been discarded in a recent update.

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