Changes between Version 1 and Version 2 of Ticket #33682, comment 5
- Timestamp:
- 05/09/22 17:34:32 (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33682, comment 5
v1 v2 30 30 31 31 {{{ 32 list(TestSynonym.objects.distinct('compound_ id').order_by('compound__name'))32 list(TestSynonym.objects.distinct('compound__id').order_by('compound__name')) 33 33 }}} 34 34