1
0
mirror of https://github.com/django/django.git synced 2025-01-09 18:06:34 +00:00
django/tests/expressions
Simon Charette bc7e288ca9 Fixed #29745 -- Based Expression equality on detailed initialization signature.
The old implementation considered objects initialized with an equivalent
signature different if some arguments were provided positionally instead of
as keyword arguments.

Refs #11964, #26167.
2018-10-02 19:15:20 -04:00
..
__init__.py
models.py
test_queryset_values.py
tests.py Fixed #29745 -- Based Expression equality on detailed initialization signature. 2018-10-02 19:15:20 -04:00