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

changelog.rst in repo is not reflected on Readthedocs #66

Closed Bartvds closed 9 years ago

Bartvds commented 9 years ago

The Readthedocs site is outdated: 0.4.2 and 0.4.3 are not listed while they are here in docs/changelog.rst.

Took me a browse through the repo to find out :)

dfryta commented 9 years ago

Thanks! ;-)