Opened 16 years ago
Closed 16 years ago
#7719 closed (duplicate)
Configuration do avoid error silencing when rendering template
Reported by: | Gabriel Falcão | Owned by: | nobody |
---|---|---|---|
Component: | Template system | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
When developing new form widgets and fields, the possibility to get exceptions like SyntaxError and so it so big.
The current template rendering behavior is awful and non-explicit, i could say that is non-pythonic either.
So, to avoid problems, instead of propose cut this behavior off, i suppose that is better if i would a configuration.
Here comes a patch for it.
Attachments (1)
Change History (2)
by , 16 years ago
Attachment: | template_error_silencing_configuration.patch added |
---|
Note:
See TracTickets
for help on using tickets.
Using a config to avoid error silencing in django templates