django1/tests/lookup
Ian Foote f42ccdd835 Fixed #27021 -- Allowed lookup expressions in annotations, aggregations, and QuerySet.filter().
Thanks Hannes Ljungberg and Simon Charette for reviews.

Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2021-07-09 11:43:06 +02:00
..
__init__.py
models.py Fixed #32673 -- Fixed lookups crash when comparing against lookups on PostgreSQL. 2021-04-23 15:38:32 +02:00
test_decimalfield.py Simplified imports from django.db and django.contrib.gis.db. 2020-02-04 13:20:06 +01:00
test_lookups.py Refs #24121 -- Added __repr__() to Lookup. 2021-05-24 07:32:25 +02:00
test_timefield.py Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly. 2020-11-06 09:24:50 +01:00
tests.py Fixed #27021 -- Allowed lookup expressions in annotations, aggregations, and QuerySet.filter(). 2021-07-09 11:43:06 +02:00