Changes between Version 2 and Version 3 of Ticket #35613, comment 1


Ignore:
Timestamp:
Jul 17, 2024, 4:37:03 PM (2 months ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35613, comment 1

    v2 v3  
    1717+        from django.contrib.postgres.aggregates import ArrayAgg
    1818+        from django.db.models import Q
    19 +        from .models import Publisher
    2019+
    2120+        with timezone.override(zoneinfo.ZoneInfo("America/Toronto")):
Back to Top