shacker / django-todo

A multi-user, multi-group todo/ticketing system for Django projects. Includes CSV import and integrated mail tracking.
http://django-todo.org
BSD 3-Clause "New" or "Revised" License
819 stars 285 forks source link

Don't crash during re-order if task(s) deleted #58

Closed shacker closed 5 years ago

shacker commented 5 years ago

Because the demo site refreshes its db every four hours, and this error is not visible from the front-end, I see this error in logs but others don't - the reorder_tasks view crashes if referenced task IDs no longer exist.