Fellow Report - June 24, 2017

2017-06-24 Thread Tim Graham
Triaged --- https://code.djangoproject.com/ticket/28321 - FormSet.full_clean() shouldn't validate deleted forms (accepted) https://code.djangoproject.com/ticket/28322 - Add support for mysql client certificates to dbshell (fixed) https://code.djangoproject.com/ticket/28326 - Allow provi

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

2017-06-24 Thread Shai Berger
On Friday 23 June 2017 19:01:21 allejjandr...@gmail.com wrote: > IMHO I think it's more consistent with the definition of certain filters > make the system somehow "lazy" and only evaluate filter variables only when > are used. > Like everything else, it's a tradeoff: Making conditional filters "