Hi Maximiliano,
On Sat, 14 Apr 2018 19:25:48 -0700 (PDT)
Maximiliano Robaina wrote:
> Hi,
>
> Testing expressions test app, the query generated into
> BasicExpressionsTests.test_annotate_values_filter method:
>
> companies = Company.objects.annotate(
> foo=RawSQL('%s', ['value']),
> ).filter(
Thank you for your quick reply! We will try that.
Cheers,
Kelly
On Friday, April 13, 2018 at 5:33:24 PM UTC-4, James Bennett wrote:
>
> One approach you might try is on every test run, randomly select some
> lines from the list of common passwords and verify they fail the validator.
> That way
Week ending April 14, 2018
Triaged
---
https://code.djangoproject.com/ticket/29308 - Clarify how
assertQuerysetEqual()'s transform parameter works (accepted)
https://code.djangoproject.com/ticket/29311 - Ease customizing URLField
validation (duplicate)
https://code.djangoproject.com/ti
Hi Josh,
Thanks for response.
El domingo, 15 de abril de 2018, 20:35:54 (UTC-3), Josh Smeaton escribió:
>
> It looks correct to me. RawSQL is defining a parameter to be included in
> the query. The RawSQL expression itself is used in the select and on the
> left hand side of the WHERE clause, s