Changes between Initial Version and Version 5 of Ticket #17229


Ignore:
Timestamp:
Nov 14, 2011, 10:32:46 PM (12 years ago)
Author:
Luke Plant
Comment:

Your initial example only did a comparison to True, and didn't mention any comparison to None. I am not a mind reader!

The ticket has now changed in scope to the feature addition "Allow 'True', 'False' and 'None' to resolve to corresponding Python objects".

I can see why this would be useful, but I'm not entirely convinced, given that we've survived without these for a long time. Therefore marking DDN.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17229

    • Property Status newreopened
    • Property Triage Stage UnreviewedDesign decision needed
    • Property Summary Invalid '==' expression silently ignored leading to invalid resultAllow 'True', 'False' and 'None' to resolve to corresponding Python objects
    • Property Type BugNew feature
    • Property UI/UX unset
  • Ticket #17229 – Description

    initial v5  
     1[Original bug title: Invalid '==' expression silently ignored leading to invalid result]
     2
    13Let 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.
    24
Back to Top