django1/tests/managers_regress
Simon Charette eb4cdfbdd6 Fixed #23940 -- Allowed model fields to be named `exact`.
An explicit `__exact` lookup in the related managers filters
was interpreted as a reference to a foreign `exact` field.

Thanks to Trac alias zhiyajun11 for the report, Josh for the investigation,
Loïc for the test name and Tim for the review.
2015-01-29 14:40:20 -05:00
..
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Fixed #23940 -- Allowed model fields to be named `exact`. 2015-01-29 14:40:20 -05:00
tests.py Fixed #23940 -- Allowed model fields to be named `exact`. 2015-01-29 14:40:20 -05:00