EuroPython / djep

EuroPython 2014 conference software
https://ep2014.europython.eu/
BSD 3-Clause "New" or "Revised" License
36 stars 18 forks source link

Possible None issue in QuantityForm #203

Closed zerok closed 10 years ago

zerok commented 10 years ago

The TicketQuantityForm not necessarily returns a quantity and potentially returns None. This should be caught wherever that form is used.

I could only reproduce it by manipulating the HTML form and emptying one of the form quantities.