Changes between Initial Version and Version 5 of Ticket #17229
- Timestamp:
- Nov 14, 2011, 10:32:46 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17229
- Property Status new → reopened
- Property Triage Stage Unreviewed → Design decision needed
- Property Summary Invalid '==' expression silently ignored leading to invalid result → Allow 'True', 'False' and 'None' to resolve to corresponding Python objects
- Property Type Bug → New feature
- Property UI/UX unset
-
Ticket #17229 – Description
initial v5 1 [Original bug title: Invalid '==' expression silently ignored leading to invalid result] 2 1 3 Let me clarify the title - I am not sure the expression below is invalid. It is the expression I intuitively expect to work. But perhaps Django it is a specifics of template language. In any case it should either complain or produce expected output, which it doesn't. 2 4