Skip to content

Commit 73985ea

Browse files
committed
Updates Changelog
1 parent 5318fb1 commit 73985ea

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

Changelog

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,29 @@
1717

1818
- Fixed compatibility with Django pre 1.6 (Issue #285).
1919

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+
2043
.. _version-3.1.0:
2144

2245
3.1.0

0 commit comments

Comments
 (0)