Changes between Version 1 and Version 2 of Ticket #33973, comment 2


Ignore:
Timestamp:
Sep 1, 2022, 11:30:33 AM (2 years ago)
Author:
Marc Parizeau

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33973, comment 2

    v1 v2  
    99        unread=Greatest(
    1010            Exists(
    11                 # a thread has no user entry (0.03; 0.30)
     11                # a thread has no user entry (0.03s on 3.1.14 vs 0.30s on 3.2.15)
    1212                Thread.objects.filter(
    1313                    content=OuterRef('pk'),
Back to Top