summaryrefslogtreecommitdiff
path: root/tests/lookup/test_lookups.py
AgeCommit message (Expand)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
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