##// END OF EJS Templates
follow Python conventions for boolean values...
follow Python conventions for boolean values True and False might be singletons and the "default" values for "boolean" expressions, but "all" values in Python has a boolean value and should be evaluated as such. Checking with 'is True' and 'is False' is thus confusing, error prone and unnessarily complex. If we anywhere rely and nullable boolean fields from the database layer and don't want the null value to be treated as False then we should check explicitly for null with 'is None'.
Mads Kiilerich -
r3625:260a7a01 beta
Show More
Name Size Modified Last Commit Author
/ rhodecode
bin
config
controllers
i18n
lib
model
public
templates
tests
__init__.py Loading ...
websetup.py Loading ...