django1/django
Anssi Kääriäinen adc57632bc Fixed #24748 -- Fixed incorrect GROUP BY on MySQL in some queries
When the query's model had a self-referential foreign key, the
compiler.get_group_by() code incorrectly used the self-referential
foreign key's column (for example parent_id) as GROUP BY clause
when it should have used the model's primary key column (id).
2015-05-11 11:42:27 -04:00
..
apps Fixed #24215 -- Refactored lazy model operations 2015-03-25 16:48:17 -04:00
bin Removed bin/unique-messages.py 2015-02-06 08:47:38 -05:00
conf Updated translations from Transifex 2015-04-30 14:29:08 +02:00
contrib Replaced multiple startswith in syndication/views.py 2015-05-08 08:46:20 -04:00
core Extended variable name in handlers/base.py 2015-05-05 10:58:27 +02:00
db Fixed #24748 -- Fixed incorrect GROUP BY on MySQL in some queries 2015-05-11 11:42:27 -04:00
dispatch Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
forms Fixed #24771 -- Simplified ModelForm._post_clean() 2015-05-08 12:11:10 -04:00
http Fixed #19910 -- Added slash to i18n redirect if APPEND_SLASH is set. 2015-03-26 09:26:55 -04:00
middleware Fixed #24696 -- Made CSRF_COOKIE computation lazy. 2015-05-02 19:45:14 -04:00
template Moved engine-related exceptions to django.template.exceptions. 2015-05-06 17:33:47 -05:00
templatetags Removed cases of six.iter* wrapped in a list() 2015-04-18 23:29:29 +10:00
test Fixed #24526 -- Combined django.request/security loggers with the root logger. 2015-04-24 11:07:42 -04:00
utils Fixed logging regression introduced in bbe28496d3 2015-05-07 20:12:41 -04:00
views Fixed #24119, #24120 -- Formalized debug integration for template backends. 2015-05-06 17:33:47 -05:00
__init__.py Bumped version; master is now 1.9 pre-alpha. 2015-01-16 17:04:35 -05:00
shortcuts.py Fed tuples to startswith when appropriate 2015-03-13 21:58:28 +01:00