Changes between Version 1 and Version 2 of Ticket #24960
- Timestamp:
- Jun 9, 2015, 4:40:26 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24960
- Property Keywords blank pages added; UnicodeDecodeError removed
- Property Summary {{ block.super }} hides UnicodeDecodeErrors → Blank pages due to {{ block.super }}
-
Ticket #24960 – Description
v1 v2 1 1 When using {{ block.super }}, it behaves like a normal variable which leads to the following issue: 2 2 3 As soon as the block.super raises a UnicodeDecodeError, {{ block.super }} evaluates to an empty string.3 As soon as the block.super raises (e.g.) a UnicodeDecodeError, {{ block.super }} evaluates to an empty string. 4 4 5 5 When using {{ block.super }} in cascading base templates, this frequently leads to blank pages which are hard to debug.