Changes between Initial Version and Version 2 of Ticket #34639
- Timestamp:
- Jun 7, 2023, 2:08:09 PM (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34639
- Property Summary MySQL 8.0 hand indefinitely when using the admin search with a Foreign Key and Annotate → MySQL 8.0 hangs indefinitely when using the admin search with a Foreign Key and Annotate
-
Ticket #34639 – Description
initial v2 50 50 class Meta: 51 51 model = models.Organization 52 53 def get_queryset(self, request):54 return super().get_queryset(request).annotate(Count("member"))55 52 56 53 def member_count(self, instance):