File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 44 Change history
55================
66
7+ .. _version-1.2.0:
8+
9+ 1.2.0
10+ =====
11+ :release-date: 2018-10-08 16:00 p.m. UTC+3:00
12+ :release-by: Omer Katz
13+
14+ - Allow timezone-aware Cron schedules.
15+ - Retry later in case of InterfaceError in sync.
16+ - Show Periodic Task Description in panel admin.
17+ - Fix CrontabSchedule example.
18+ - Support Periodic Tasks with a start date and one-off tasks.
19+ - Fixes a problem with beat not reconnecting to MySQL (server restart, network problem, etc.) when checking if schedule has changed.
20+ - Add toggle admin action which allows to activate disabled tasks or deactivate enabled tasks.
21+ - Add fields validation for CrontabSchedule.
22+ - Drop support for Django<1.11.
23+ - Fix task heap invalidation bug which prevented scheduled tasks from running when syncing tasks from the database.
24+ - Raise a ValidationError when more than one type (solar, crontab or interval) of schedule is provided.
25+
726.. _version-1.1.1:
827
9281.1.1
You can’t perform that action at this time.
0 commit comments