dancerfly / django-brambling

Event website manager, specifically designed for dance weekends or other events with multiple simultaneous tracks of classes.
BSD 3-Clause "New" or "Revised" License
11 stars 3 forks source link

Incorrect purchase_date field causing 500 errors for attendee view #877

Closed melinath closed 6 years ago

melinath commented 7 years ago

The attendee view allows ordering by purchase_date, but that field doesn't exist and hasn't for a while. As a result, it causes inescapable 500 errors for organizers that select this option.

melinath commented 7 years ago

Initial analysis was incorrect. The issue is that purchase_date is an annotated field and only gets added rn if that field is also selected for display.