Releases: celery/django-celery
Releases · celery/django-celery
3.3.1
What's Changed
- Fix bug when run command
celery
by @lpthong90 in #569 - README fixes by @tony in #570
- Update readme by @lusinh in #571
- Foolproof prevention via strict tuples. Fixes #573 by @frost-nzcr4 in #576
- dropped EOL python3 versions by @samims in #577
- issue #579. @@tx_isolation is deprecated since MYSQL 5.7.20 by @Sergei-Rudenkov in #580
- issue #579. @@tx_isolation is deprecated since MYSQL 5.7.20, add mysq… by @Sergei-Rudenkov in #581
New Contributors
- @lpthong90 made their first contribution in #569
- @tony made their first contribution in #570
- @lusinh made their first contribution in #571
- @frost-nzcr4 made their first contribution in #576
- @samims made their first contribution in #577
- @Sergei-Rudenkov made their first contribution in #580
Full Changelog: 3.3.0...3.3.1
3.3.0
What's Changed
- Fix incorrect display of html form with Django 2.0 by @jxltom in #542
- Version in readme has not been updated by @PiotrKurnik in #554
- Made it compatible > 1.9 in #557
- Add natural key support to the PeriodicTask model. in #552
- Add tox to test requirements by @as3445 in #555
- Improve translation notes in the FAQ by @andyewen in #565
- Update celery.py by @dapaojiang in #561
New Contributors
- @jxltom made their first contribution in #542
- @PiotrKurnik made their first contribution in #554
- @as3445 made their first contribution in #555
- @andyewen made their first contribution in #565
- @dapaojiang made their first contribution in #561
Full Changelog: v3.2.2...3.3.0
v3.2.2
What's Changed
- Corrected a typo in changelog for version 3.0.21 by @triump0870 in #515
- compat celery 4 by @wanyoung1231 in #516
- Another
celery.utils.time
fix by @loisaidasam in #518 - Fix DatabaseScheduler behavior when schedule is changed from interval to crontab by @dmitry-mukhin in #351
- fixes rst 'unkown target' error by @zsoldosp in #522
- Fix next id call in test_from_entry by @jackieleng in #528
- update timeutils usage to work with celery 4 by @ptadas in #524
- Improves periodic tasks admin, tasks are better clickable. by @RoelvandenBerg in #526
- Fixes should_sync() test so that it passes with celery v3.1.24 by @caronc in #512
- Importing DictAttribute for celery 4 by @predatell in #536
New Contributors
- @triump0870 made their first contribution in #515
- @wanyoung1231 made their first contribution in #516
- @loisaidasam made their first contribution in #518
- @dmitry-mukhin made their first contribution in #351
- @zsoldosp made their first contribution in #522
- @jackieleng made their first contribution in #528
- @ptadas made their first contribution in #524
- @RoelvandenBerg made their first contribution in #526
- @caronc made their first contribution in #512
- @predatell made their first contribution in #536
Full Changelog: v3.2.1...v3.2.2
v3.2.1
What's Changed
- Update PeriodicTasks on bulk task enable/disable in admin. by @bartdag in #492
- Fixes close method call when imp returns None in loaders by @vedarthk in #502
- Fix for #359 MySQL-OperationalError by @trunneml in #370
New Contributors
- @bartdag made their first contribution in #492
- @vedarthk made their first contribution in #502
- @trunneml made their first contribution in #370
Full Changelog: v3.2.0...v3.2.1