Skip to content

Commit d4d143d

Browse files
committed
Add changelog for 2.1.0
1 parent 3767ed1 commit d4d143d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Changelog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44
Change history
55
================
66

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)
17+
- Drop support for Python < 3.6 (#368)
18+
- Add support for Celery 5 and Django 3.1 (#368)
19+
720
2.0.0
821
=====
922
:release-date:

0 commit comments

Comments
 (0)