summaryrefslogtreecommitdiffstats
path: root/expo/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'expo/models.py')
-rw-r--r--expo/models.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/expo/models.py b/expo/models.py
index 3472a01..4c8332b 100644
--- a/expo/models.py
+++ b/expo/models.py
@@ -162,7 +162,8 @@ class PersonExpedition(TroggleModel):
class Meta:
ordering = ('expedition',)
- get_latest_by = 'date_from'
+ #order_with_respect_to = 'expedition'
+ get_latest_by = 'expedition'
def GetPersonChronology(self):
res = { }