You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thinking more about this, I think the failure happens because the CSV is ordered by incoming students, then volunteers. When you add another volunteer, the list becomes non-deterministic. You could override the applicant names with volunteer__applicant__name="A" (or something like that) to get the desired result.
Thinking more about this, I think the failure happens because the CSV is ordered by incoming students, then volunteers. When you add another volunteer, the list becomes non-deterministic. You could override the applicant names with
volunteer__applicant__name="A"
(or something like that) to get the desired result.Originally posted by @rlmv in #167
The text was updated successfully, but these errors were encountered: