EuroPython / djep

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

Fix/admin performance #133

Closed MarkusH closed 10 years ago

MarkusH commented 10 years ago

Right now, the admin forms for proposal, proposal versions, sessions and all related forms are incredible slow and perform hundreds or even thousands of database queries.

This pull-request fixes these issues by performing smart but slightly more complex queries on the choice fields (in particular speaker, addition_speaker, proposal, proposal_version, original)

This pull-request inherits from #132