Changes between Version 1 and Version 2 of Ticket #33682, comment 5


Ignore:
Timestamp:
May 9, 2022, 12:34:32 PM (3 years ago)
Author:
Robert Leach

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33682, comment 5

    v1 v2  
    3030
    3131{{{
    32 list(TestSynonym.objects.distinct('compound_id').order_by('compound__name'))
     32list(TestSynonym.objects.distinct('compound__id').order_by('compound__name'))
    3333}}}
    3434
Back to Top