django1/django
Anssi Kääriäinen b4492a8ca4 Fixed #19837 -- Refactored split_exclude() join generation
The refactoring mainly concentrates on making sure the inner and outer
query agree about the split position. The split position is where the
multijoin happens, and thus the split position also determines the
columns used in the "WHERE col1 IN (SELECT col2 from ...)" condition.

This commit fixes a regression caused by #10790 and commit
69597e5bcc. The regression was caused
by wrong cols in the split position.
2013-02-19 01:10:49 +02:00
..
bin Advanced pending deprecation warnings. 2012-12-29 21:59:07 +01:00
conf Put unicode_literals into all formats.py 2013-02-15 09:02:44 +01:00
contrib Fixed #19839 -- Isolated auth tests from customized TEMPLATE_LOADERS 2013-02-18 09:22:25 +01:00
core Fixed #19822 -- Added validation for uniqueness on USERNAME_FIELD on custom User models. 2013-02-15 09:00:55 +08:00
db Fixed #19837 -- Refactored split_exclude() join generation 2013-02-19 01:10:49 +02:00
dispatch Fixed #16679 -- Use caching to speed up signal sending 2012-12-16 21:46:02 +02:00
forms Fixed #18906 -- Ignored to-be-deleted forms in formset validate_unique 2013-02-08 21:35:19 +01:00
http Fixed #18558 -- Added url property to HttpResponseRedirect* 2013-02-13 10:29:32 +01:00
middleware Fixed #19707 -- Reset transaction state after requests 2013-02-10 13:55:54 +02:00
shortcuts Fixed #19692 -- Completed deprecation of mimetype in favor of content_type. 2013-01-31 13:54:40 +01:00
template Fixed #19829 -- Fixed index lookups for NumPy arrays in templates. 2013-02-14 23:29:15 -08:00
templatetags Fixed #19088 -- Always escape % inside blocktrans tag 2012-10-23 18:49:22 +02:00
test Fixed #19833 -- Fixed import parameter encoding in get_runner 2013-02-16 13:31:13 +01:00
utils Improved input sanitizing with thousand separators 2013-02-15 16:37:52 +01:00
views Fixed #17260 -- Added time zone aware aggregation and lookups. 2013-02-16 09:19:04 +01:00
__init__.py Advanced version identifiers for 1.6 cycle. 2012-10-26 22:01:34 -03:00