We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a90b90 commit 2a92890Copy full SHA for 2a92890
docs/sample_cron_configurations.rst
@@ -92,7 +92,7 @@ FailedRunsNotificationCronJob
92
93
This example cron check last cron jobs results. If they were unsuccessfull 10 times in row, it sends email to user.
94
95
-Install required dependencies: ``Django>=1.7.0``, ``django-common>=0.5.1``.
+Install required dependencies: ``Django>=3.2.0``.
96
97
Add ``django_cron.cron.FailedRunsNotificationCronJob`` to your ``CRON_CLASSES`` in settings file.
98
setup.py
@@ -20,7 +20,7 @@
20
21
setup(
22
name='django-cron',
23
- version='0.5.1',
+ version='0.6.0',
24
author='Sumit Chachra',
25
author_email='chachra@tivix.com',
26
url='http://github.com/tivix/django-cron',
0 commit comments