Skip to content

Commit

Permalink
Merge pull request #131 from orangespaceman/lm/export-time
Browse files Browse the repository at this point in the history
Include time in Performances export
  • Loading branch information
lachiemurray authored Feb 10, 2025
2 parents 105f45a + aa354e6 commit 63bb57b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phx/results/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ class PerformanceResource(resources.ModelResource):
gender_position = Field(attribute='gender_position',
column_name='Gender Position')
event__name = Field(attribute='event__name', column_name='Event Name')
time = Field(attribute='time', column_name='Time')

class Meta:
model = Performance
Expand All @@ -117,6 +118,7 @@ class Meta:
'age_position',
'gender_position',
'event__name',
'time',
)


Expand Down

0 comments on commit 63bb57b

Please sign in to comment.