Opened 18 years ago
Closed 18 years ago
#3493 closed (duplicate)
Circular "extends" reference in template causes core dump
Reported by: | 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!
Note:
See TracTickets
for help on using tickets.
Duplicate of #2414.