Changes between Version 1 and Version 2 of Ticket #34016


Ignore:
Timestamp:
Sep 16, 2022, 3:38:36 AM (2 years ago)
Author:
Alex Kerkum
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34016 – Description

    v1 v2  
    1515}}}
    1616
    17 The {{{expressions}}} variable here seems to contain {{{[F(post_id), OrderByList()]}}} causing the {{{len[expressions]}}} check to fail. That's as far as I got.
     17The {{{expressions}}} variable here seems to contain {{{[F(post_id), OrderByList()]}}} causing the {{{len(expressions)}}} check to fail. That's as far as I got.
    1818
    1919To me this seems related to #33898 caused by a regression in https://github.com/django/django/commit/e06dc4571ea9fd5723c8029959b95808be9f8812
Back to Top