Changes between Version 1 and Version 2 of Ticket #24605, comment 6


Ignore:
Timestamp:
Apr 14, 2015, 4:53:00 PM (9 years ago)
Author:
priidukull

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24605, comment 6

    v1 v2  
    4949
    5050{{{ super(Q, self).__init__(children=list(args) + sorted(list(six.iteritems(kwargs)))) }}}
     51
     52The line of code that caused the regression is https://github.com/django/django/commit/01f2cf2aecc932d43b20b55fc19a8fa440457b5f#diff-0edd853580d56db07e4020728d59e193R1530
     53
     54However, removing that line from the code, would cause another test to fail.
Back to Top