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
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,22 @@
4
4
Change history
5
5
================
6
6
7
+
.. _version-1.1.1:
8
+
9
+
1.1.1
10
+
=====
11
+
:release-date: 2018-2-18 2:30 p.m. UTC+3:00
12
+
:release-by: Omer Katz
13
+
14
+
- Fix interval schedules by providing nowfun.
15
+
- Removing code that forced last_run_at to be timezone naive for no reason, made timezone aware. Fixes crontab schedules after celery/celery#4173.
16
+
- Entry.last_run_at is no-longer timezone naive.
17
+
- Use a localized PyTZ timezone object for now() otherwise conversions fail scheduling breaks resulting in constant running of tasks or possibly not running ever.
18
+
- Fix endless migrations creation for solar schedules events.
19
+
- Prevent MySQL has gone away errors.
20
+
- Added support for Django 2.0.
21
+
- Adjust CrontabSchedule's minutes, hour & day_of_month fields max length
0 commit comments