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.)
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
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