Fixed #27783 -- Switched VariableDoesNotExist.__str__() to repr() context.
Using __str__() and then repr'ing the result looks strange and can lead to recursive rendering of forms.
Showing
Please
register
or
sign in
to comment
Using __str__() and then repr'ing the result looks strange and can lead to recursive rendering of forms.