Events API giving back old events
One-sentence description
Events API giving back old events
Current behaviour
Today, 30 November: the API gives back the Diner Rouler and Lunch Lecture events.
It seems that the used queryset is not filtered correctly. It should be end__gte=timezone.now()
Expected behaviour
Today, 30 November: the API does not give back the Diner Rouler and Lunch Lecture events.