Changes between Initial Version and Version 2 of Ticket #34639


Ignore:
Timestamp:
Jun 7, 2023, 2:08:09 PM (15 months ago)
Author:
Nicolas Lupien
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34639

    • Property Summary MySQL 8.0 hand indefinitely when using the admin search with a Foreign Key and AnnotateMySQL 8.0 hangs indefinitely when using the admin search with a Foreign Key and Annotate
  • Ticket #34639 – Description

    initial v2  
    5050    class Meta:
    5151        model = models.Organization
    52        
    53     def get_queryset(self, request):
    54         return super().get_queryset(request).annotate(Count("member"))
    5552   
    5653    def member_count(self, instance):
Back to Top