pinax / symposion

a Django project for conference websites
BSD 3-Clause "New" or "Revised" License
299 stars 147 forks source link

Remove duplicate Slot.save method. #119

Closed martey closed 8 years ago

martey commented 8 years ago

Remove "save" method in Slot model since #107 added another "save" method. This fixes the automated test failures in Travis CI.