Fix AttributeError when Screen initializes date format attribute from context
The context parameter could be None and so generating an AttributeError. Then it is better to use self.context which is guarantee to be always a dictionary. issue6082 review34531002
Loading
Please register or sign in to comment