Changes between Version 1 and Version 2 of Ticket #24605, comment 6
- Timestamp:
- Apr 14, 2015, 4:53:00 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24605, comment 6
v1 v2 49 49 50 50 {{{ super(Q, self).__init__(children=list(args) + sorted(list(six.iteritems(kwargs)))) }}} 51 52 The line of code that caused the regression is https://github.com/django/django/commit/01f2cf2aecc932d43b20b55fc19a8fa440457b5f#diff-0edd853580d56db07e4020728d59e193R1530 53 54 However, removing that line from the code, would cause another test to fail.