django/tests
Anssi Kääriäinen 90b86291d0 Fixed #18375 -- Removed dict-ordering dependency for F-expressions
F() expressions reuse joins like any lookup in a .filter() call -
reuse multijoins generated in the same .filter() call else generate
new joins. Also, lookups can now reuse joins generated by F().

This change is backwards incompatible, but it is required to prevent
dict randomization from generating different queries depending on
.filter() kwarg ordering. The new way is also more consistent in how
joins are reused.
2012-11-23 19:53:04 +02:00
..
modeltests Fixed #18375 -- Removed dict-ordering dependency for F-expressions 2012-11-23 19:53:04 +02:00
regressiontests Tweak a test to avoid hitting a limit with SQLite. 2012-11-23 10:02:18 +01:00
templates
.coveragerc
runtests.py Fixed #5805 -- it is now possible to specify multi-column indexes. Thanks to jgelens for the original patch. 2012-11-04 10:16:06 -08:00
test_sqlite.py
urls.py