summaryrefslogtreecommitdiff
path: root/tests/lookup/test_lookups.py
AgeCommit message (Collapse)Author
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-05-24Refs #24121 -- Added __repr__() to Lookup.saeedblanchette
2020-10-28Refs #27149 -- Fixed sql.Query identity.Simon Charette
By making Query subclass BaseExpression in 35431298226165986ad07e91f9d3aca721ff38ec the former defined it's identity based off _construct_args which is not appropriate.
2020-02-04Simplified imports from django.db and django.contrib.gis.db.Nick Pope
2019-05-21Refs #29396, #30494 -- Reduced code duplication in year lookups.Simon Charette
2017-09-04Corrected YearComparisonLookup.get_bound() signature.Srinivas Reddy Thatiparthy