Opened 18 years ago
Closed 18 years ago
#4892 closed (invalid)
missing endfor in template causes infinite loop
| Reported by: | Owned by: | Adrian Holovaty | |
|---|---|---|---|
| Component: | Template system | Version: | 0.96 |
| 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
This happens with the developpement server. It seems to be trying to print a TemplateSyntaxError.
Note:
See TracTickets
for help on using tickets.
oops, actually the server was busy trying to print a very large queryset (30k entries). It works ok with a reasonnable example.