Changes between Version 2 and Version 3 of Ticket #35613, comment 1
- Timestamp:
- Jul 17, 2024, 4:37:03 PM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35613, comment 1
v2 v3 17 17 + from django.contrib.postgres.aggregates import ArrayAgg 18 18 + from django.db.models import Q 19 + from .models import Publisher20 19 + 21 20 + with timezone.override(zoneinfo.ZoneInfo("America/Toronto")):