django1/tests/generic_relations_regress
Anssi Kääriäinen 31fd64ad8a Fixed #20564 -- Generic relations exclude() regression
The patch for #19385 caused a regression in certain generic relations
.exclude() filters if a subquery was needed. The fix contains a
refactoring to how Query.split_exclude() and Query.trim_start()
interact.

Thanks to Trac alias nferrari for the report.
2013-06-06 01:54:46 +03:00
..
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Fixed #20564 -- Generic relations exclude() regression 2013-06-06 01:54:46 +03:00
tests.py Fixed #20564 -- Generic relations exclude() regression 2013-06-06 01:54:46 +03:00