File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 17
17
18
18
- Fixed compatibility with Django pre 1.6 (Issue #285).
19
19
20
+ - celerycam: Fixed error when expire function returned None (Issue #210)
21
+
22
+ - DatabaseScheduler: Now automatically disables periodic task
23
+ if the schedule model it was connected is deleted (Issue #208).
24
+
25
+ - Test runner now sets always eager settings on the app configuration.
26
+ (Issue #201).
27
+
28
+ - TaskRunnerStoringResults stored results in the wrong table.
29
+
30
+ Fix contributed by Charlie DeTar.
31
+
32
+ - Celerycam: Fixed problem when USE_TZ not enabled.
33
+
34
+ Fix contributed by Jens Alm
35
+
36
+ - Celerycam: Fixed timezone problem with expires and eta
37
+ (Issue #275 + Issue #153).
38
+
39
+ Fix contributed by Alvaro Vega.
40
+
41
+ - find_related_module now handles import errors (Issue #226).
42
+
20
43
.. _version-3.1.0:
21
44
22
45
3.1.0
You can’t perform that action at this time.
0 commit comments