You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,19 @@
4
4
Change history
5
5
================
6
6
7
+
2.1.0
8
+
=====
9
+
:release-date:
10
+
:release-by:
11
+
- Fix string representation of CrontabSchedule, so it matches UNIX CRON expression format (#318)
12
+
- If no schedule is selected in PeriodicTask form, raise a non-field error instead of an error bounded to the `interval` field (#327)
13
+
- Fix some Spanish translations (#339)
14
+
- Log "Writing entries..." message as DEBUG instead of INFO (#342)
15
+
- Use CELERY_TIMEZONE setting as `CrontabSchedule.timezone` default instead of UTC (#346)
16
+
- Fix bug in ClockedSchedule that made the schedule stuck after a clocked task was executed. The `enabled` field of ClockedSchedule has been dropped (#341)
0 commit comments