You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
save extended properties only when asked for (#316)
* save extended properties only when asked for
* lint
* bugfix: args and kwargs swapped
* update: conf value to make previous tests happy
* add: tests to verify result_extended flag works
* move: using attr from extended properties
* update: changelog
Copy file name to clipboardExpand all lines: Changelog
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,16 @@
4
4
Change history
5
5
================
6
6
7
+
.. _version-2.4.0:
8
+
9
+
2.4.0
10
+
=====
11
+
:release-date: NA
12
+
:release-by: NA
13
+
14
+
- Fix [#315](https://github.com/celery/django-celery-results/issues/315) Save args, kwargs and other extended props only when result_extended config is set to True
0 commit comments