2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-18 08:27:13 +00:00

fixing ,, bug in logbook rewriting, and fixing persons order

This commit is contained in:
2024-07-30 00:53:24 +03:00
parent 526d0ad904
commit 62320e9f7e
4 changed files with 8 additions and 8 deletions

View File

@@ -161,7 +161,7 @@ class PersonExpedition(TroggleModel):
# is_guest = models.BooleanField(default=False) # This is per-Person, not per-PersonExpedition
class Meta:
ordering = ("-expedition",)
ordering = ("-expedition", "-person")
# order_with_respect_to = 'expedition'
def __str__(self):