Opened 17 years ago

Closed 17 years ago

#3493 closed (duplicate)

Circular "extends" reference in template causes core dump

Reported by: Paul Bx <pb@…> Owned by: Adrian Holovaty
Component: Template system Version: 0.95
Severity: 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

I discovered this after making a search-and-replace mistake in one of my admin-extending templates. My admin/base_site.html had {% extends "admin/base.html" %} at the top. Result: Dev server crashed, Python dumped core. Ouch!

Change History (1)

comment:1 by Adrian Holovaty, 17 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #2414.

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