django-bot
|
9c19aff7c7
|
Refs #33476 -- Reformatted code with Black.
|
2022-02-07 20:37:05 +01:00 |
saeedblanchette
|
d3d95d645f
|
Refs #24121 -- Added __repr__() to Lookup.
|
2021-05-24 07:32:25 +02:00 |
Simon Charette
|
bbf141bcdc
|
Refs #27149 -- Fixed sql.Query identity.
By making Query subclass BaseExpression in
3543129822 the former defined it's
identity based off _construct_args which is not appropriate.
|
2020-10-28 07:21:53 +01:00 |
Nick Pope
|
335c9c94ac
|
Simplified imports from django.db and django.contrib.gis.db.
|
2020-02-04 13:20:06 +01:00 |
Simon Charette
|
514104cf23
|
Refs #29396, #30494 -- Reduced code duplication in year lookups.
|
2019-05-21 07:25:09 +02:00 |
Srinivas Reddy Thatiparthy
|
0d3f567a7a
|
Corrected YearComparisonLookup.get_bound() signature.
|
2017-09-04 10:17:51 -04:00 |