Releases: celery/django-celery-results
Releases · celery/django-celery-results
v2.5.1
What's Changed
- Document
track_started
setting by @hsenot in #373 - Convert insecure links to use HTTPS by @intgr in #378
- Add additional project URLs to PyPI metadata (docs, changelog, repo) by @intgr in #377
- Update test-django.txt by @auvipy in #385
- Update test-django42.txt by @auvipy in #382
- Revert "feat: raw delete expired instead of
Queryset.delete
(#235)" by @hansegucker in #384 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #388
New Contributors
- @hsenot made their first contribution in #373
- @hansegucker made their first contribution in #384
Full Changelog: v2.5.0...v2.5.1
v2.5.0
What's Changed
- try possible fix to avoid a oracle regression by @auvipy in #325
- Create getting_started.rst by @valberg in #328
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #329
- fix documentation build failure, fix sphinx errors and amend sphinx warnings by @hoefling in #332
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #335
- Added
periodic_task_name
to admin fieldset for parity with list view by @peterfarrell in #343 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #336
- Django>=2.2,<4.2 by @auvipy in #345
- Only update the ChordCounter.count field when saving by @orf in #347
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #346
- delete tidelift by @auvipy in #350
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #348
- Add Django to install_requires and test on Django 4.1/Python 3.11 by @gopackgo90 in #351
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #354
- Update CI to refer to main by @thedrow in #355
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #356
- Remove ">dev" from pytz dependency specifier by @orf in #361
- relaxed upper bound for django 4.2 by @auvipy in #363
- Meta injection by @rodrigondec in #366
- updated ci to run django 4.2beta by @auvipy in #369
- django 4.2 on trov classifier by @auvipy in #370
- remove use of deprecated functions by @auvipy in #371
- Lc by @auvipy in #372
New Contributors
- @valberg made their first contribution in #328
- @hoefling made their first contribution in #332
- @peterfarrell made their first contribution in #343
- @orf made their first contribution in #347
- @thedrow made their first contribution in #355
- @rodrigondec made their first contribution in #366
Full Changelog: v2.4.0...v2.5.0
v2.4.0
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #312
- drop django 2.2 by @auvipy in #317
- save extended properties only when asked for by @AmitPhulera in #316
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #320
- Fix atomic transaction not routing to the the correct DB by @nofalx in #324
New Contributors
- @AmitPhulera made their first contribution in #316
- @nofalx made their first contribution in #324
Full Changelog: v2.3.1...v2.4.0
v2.3.1
What's Changed
- Remove hard dependency on psycopg2 by @intgr in #292
- Fix #296 Stop producing a universal wheel, python 2 is unspported by @gopackgo90 in #297
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #298
- Update group related Simplified Chinese translations. by @ifmos in #300
- fix: The description content type set to RST by @marksweb in #301
- update tox by @auvipy in #303
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #304
New Contributors
Full Changelog: v2.3.0...v2.3.1
v2.3.0
What's Changed
- Fix default_app_config deprecation by @auvipy in #221
- enable pre-commit by @graingert in #223
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #225
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #226
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #228
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #231
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #234
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #236
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #240
- Use string values for django-cache keys #230 by @badeendjuh in #242
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #243
- feat: raw delete expired instead of
Queryset.delete
by @daadu in #235 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #244
- Fix issue `pydoc.ErrorDuringImport: problem in django_celery_results.… by @pmaigutyak in #247
- drop flake8plus by @auvipy in #246
- try update makefile by @auvipy in #245
- Test on Python 3.10 by @D3X in #249
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #251
- Russian language support by @ildarworld in #255
- Russian translation updates by @f213 in #256
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #260
- update setuppy by @auvipy in #258
- drop python 3.6 fron CI by @auvipy in #254
- codeql by @auvipy in #262
- celery 5.2 by @auvipy in #250
- Add Simplified Chinese translation strings and fix comment typo. by @ifmos in #263
- Fix locale in dir tree. by @ifmos in #265
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #267
- tidelift alignment action by @auvipy in #269
- relaxed django v4 by @auvipy in #270
- bum min pytest versions by @auvipy in #271
- feat: add periodic_task_name by @lvelvee in #261
- update CI with django 4.0 by @auvipy in #272
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #276
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #277
- Add translation of the messages to brazilian portuguese by @EduardoJM in #278
- Fix properties default value by @KOliver94 in #281
- Work around Oracle migration instability by @intgr in #283
- Fix field size for MySQL (#285) by @benselme in #287
- Add retry logic for Django and Psycopg2 InterfaceErrors by @juspence in #290
- update python & pypy min version by @auvipy in #291
New Contributors
- @graingert made their first contribution in #223
- @pre-commit-ci made their first contribution in #225
- @badeendjuh made their first contribution in #242
- @daadu made their first contribution in #235
- @pmaigutyak made their first contribution in #247
- @ildarworld made their first contribution in #255
- @f213 made their first contribution in #256
- @ifmos made their first contribution in #263
- @lvelvee made their first contribution in #261
- @EduardoJM made their first contribution in #278
- @KOliver94 made their first contribution in #281
- @intgr made their first contribution in #283
- @benselme made their first contribution in #287
- @juspence made their first contribution in #290
Full Changelog: v2.2.0...v2.3.0
v2.2.0
2.2.0
:release-date: 2021-07-02 11:00 a.m. UTC+6:00
:release-by: Asif Saif Uddin
v2.1.0
v2.0.1
2.0.1
:release-date: 2021-01-19 07:30 p.m. UTC+6:00
:release-by: Asif Saif Uddin
- Fix backward compatibility in DatabaseBackend._store_result function
- Fix 'args' and 'kwargs' propiertes of AsyncResult for DatabaseBackend
- Fix task_args/task_kwargs in task_protocol=1
- Test refactors
- Add task_args and task_kwargs to admins searchable fields (#182)