Releases: Tivix/django-cron
Releases · Tivix/django-cron
version 0.6.0
- Removed message length limit to reflect database
- Simplifies the file-based lock mechanism and fixes the race condition
- Add cron feedback and dry-run functionality
- New features: Run cron on specific days and output errors to a specified log
- Django 4.0 fixes
- Command for making cron jobs running in loop or running several times with the sleep time between
- Run CronJobs on days in month/ monthly
- Name locks by module_name.class_name for higher distinction
- Locking backend with database
- Update requirements to Django 3.2.0 (long-term support)
version 0.5.1
- Fixed error in file locking backend with Python 3
- Fixed
'NoneType' object has no attribute 'utcoffset'
error - Updated unit tests and demo for Django 2.0 compatibility
version 0.5.0
- Added support for Django 1.10
- Minimum Django version required is 1.8
- Use parser.add_argument() instead of optparse.make_option() in runcrons command
version 0.4.3
Merge pull request #61 from dtao/patch-1 fixed typo in readme (s/proving/providing)