Tivix / django-cron

Write cron business logic as a Python class and let this app do the rest! It enables Django projects to schedule cron tasks, tracks their success / failures, manages contention (via a cache) etc. Basically takes care of all the boring work for you :-)
www.tivix.com
MIT License
900 stars 193 forks source link

Disable ordering by duration column. Fixes #86 #93

Closed ihoru closed 7 years ago

ihoru commented 8 years ago

It was easier to remove sorting ability at this column rather than fix it (because it's not so useful opportunity).

coveralls commented 8 years ago

Coverage Status

Coverage decreased (-0.02%) to 89.738% when pulling 290e4177340e9c3093ff117fe7ed83edf39a8e08 on ihoru:patch-1 into 225f36204be2d01ef9fd6f80345e7a4812834842 on Tivix:master.

tab-cmd commented 7 years ago

See comment in #86