|
23 | 23 | :release-date: 2022-04-17 12:50 P.M. UTC+6:00 |
24 | 24 | :release-by: Asif Saif Uddin |
25 | 25 |
|
26 | | -- Remove hard dependency on psycopg2. |
| 26 | +- Remove hard dependency on psycopg2. |
27 | 27 | - Fix #296 Stop producing a universal wheel, python 2 is unspported. |
28 | 28 | - fix: The description content type for setuptools needs to be rst to markdown. |
29 | 29 |
|
|
35 | 35 | :release-date: 2022-03-01 1:45 p.m. UTC+6:00 |
36 | 36 | :release-by: Asif Saif Uddin |
37 | 37 |
|
38 | | -- Fix default_app_config deprecation (#221) |
| 38 | +- Fix default_app_config deprecation (#221) |
39 | 39 | - Use string values for django-cache keys #230 (#242) |
40 | 40 | - feat: raw delete expired instead of Queryset.delete (#235) |
41 | | -- Fix `pydoc.ErrorDuringImport: problem in django_celery_results url |
| 41 | +- Fix ``pydoc.ErrorDuringImport`` problem in django_celery_results url |
42 | 42 | - Russian language support (#255) |
43 | 43 | - Add Simplified Chinese translation strings. |
44 | 44 | - Minor code clean up |
|
59 | 59 | :release-date: 2021-07-02 11:00 a.m. UTC+6:00 |
60 | 60 | :release-by: Asif Saif Uddin |
61 | 61 |
|
62 | | -- add new urls with nouns first structure (#216) |
63 | | -- Remove duplicate indexes |
| 62 | +- add new urls with nouns first structure (#216) |
| 63 | +- Remove duplicate indexes |
64 | 64 | - fix group status view return data, add tests for it (#215) |
65 | 65 | - typo fix (#218) |
66 | 66 | - Use the DJANGO_CELERY_RESULTS_TASK_ID_MAX_LENGTH for group_id/task_id |
|
73 | 73 | :release-date: 2021-06-14 09:00 p.m. UTC+6:00 |
74 | 74 | :release-by: Asif Saif Uddin |
75 | 75 |
|
76 | | -- Don't raise an error when ChordCounter is not found |
| 76 | +- Don't raise an error when ChordCounter is not found |
77 | 77 | - add default_auto_field to apps.py |
78 | 78 | - Use the provided chord_size when available |
79 | 79 | - Match apply_chord call signature to Celery 5.1 |
|
85 | 85 | 2.0.1 |
86 | 86 | ===== |
87 | 87 | :release-date: 2021-01-19 07:30 p.m. UTC+6:00 |
88 | | -:release-by: |
| 88 | +:release-by: |
89 | 89 |
|
90 | 90 | - Fix backward compatibility in DatabaseBackend._store_result function |
91 | 91 | - Fix 'args' and 'kwargs' propiertes of AsyncResult for DatabaseBackend |
92 | 92 | - Fix task_args/task_kwargs in task_protocol=1 |
93 | 93 | - Test refactors |
94 | | -- Add task_args and task_kwargs to admins searchable fields (#182) |
| 94 | +- Add task_args and task_kwargs to admins searchable fields (#182) |
95 | 95 |
|
96 | 96 | .. _version-2.0.0: |
97 | 97 |
|
98 | 98 | 2.0.0 |
99 | 99 | ===== |
100 | | -:release-date: |
101 | | -:release-by: |
| 100 | +:release-date: |
| 101 | +:release-by: |
102 | 102 |
|
103 | 103 | - Add Spanish translations (#134) |
104 | 104 | - Add support for Django 3.0 and 3.1 (#145, #163) |
|
0 commit comments