EuroPython / djep

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

Fix #106 -- Make ticket's fields editable #135

Closed zerok closed 10 years ago

zerok commented 10 years ago

In the admin the editable fields can be configured and are stored as comma-separated list in the TicketType model which also holds the information until when a ticket should be editable. A default value for that can be set on the conference object.