Re: Value of tightening URLValidator/EmailValidator regular expressions?

2017-06-03 Thread Aymeric Augustin
Hello Tim, I got confused and didn't realize Claude was arguing against moving to the HTML validation rules. Oops. I'm still +0 on copying HTML validation rules strictly so that and EmailField behave identically by default. (+0 rather than +1 because I'm mostly care about ending this debate.)

Re: should nonexistent template filter arguments resolve to string_if_invalid rather than raise VariableDoesNotExist?

2017-06-03 Thread Shai Berger
On Friday 02 June 2017 18:38:47 Vlastimil Zíma wrote: > > Shai: Values are sometimes turned into an empty string in case of > UnicodeDecodeError, see > https://github.com/django/django/blob/master/django/template/base.py#L994-L > 998 > That code is within a render() method -- a place where the v

Fellow Report - June 3, 2017

2017-06-03 Thread Tim Graham
Triaged --- https://code.djangoproject.com/ticket/28172 - Prevent nonexistent template filter arguments from raising VariableDoesNotExist (maybe) https://code.djangoproject.com/ticket/28217 - nested calls to functions decorated with sensitive_post_parameters produces unexpected results w