django1/tests/lookup
Simon Charette 170b006ce8 Fixed #32673 -- Fixed lookups crash when comparing against lookups on PostgreSQL.
Regression in 3a505c70e7.

Nonlitteral right-hand-sides of lookups need to be wrapped in
parentheses to avoid operator precedence ambiguities.

Thanks Charles Lirsac for the detailed report.
2021-04-23 15:38:32 +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 #27149 -- Fixed sql.Query identity. 2020-10-28 07:21:53 +01:00
test_timefield.py Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly. 2020-11-06 09:24:50 +01:00
tests.py Fixed #32673 -- Fixed lookups crash when comparing against lookups on PostgreSQL. 2021-04-23 15:38:32 +02:00