django/tests/regressiontests/queries
Anssi Kääriäinen 8ad436636f [1.5.x] Fixed #19672 -- Error in negated Q() filtering
There was a variable overwrite error in negated join filtering. This
happened when add_filter() was adding the IS NULL condition to the
WHERE clause.

This is not a backport from master as there have been some other
refactorings which made this patch irrelevant.

The patch is from Ian Kelly.
2013-02-20 21:57:39 +02:00
..
__init__.py Merged the queryset-refactor branch into trunk. 2008-04-27 02:50:16 +00:00
models.py [1.5.x] Fixed #19672 -- Error in negated Q() filtering 2013-02-20 21:57:39 +02:00
tests.py [1.5.x] Fixed #19672 -- Error in negated Q() filtering 2013-02-20 21:57:39 +02:00