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
Fixed a "wrong" description for the ImproperlyConfigured exception in django_celery_results.settings
Fixed a "wrong" description for the `ImproperlyConfigured` exception raised when `task_props_extension` doesn't complies with the Mapping protocol. At this point `task_props_extension` is just a dict that inherits from Mapping, not an explicit instance.
Thanks @AllexVeldman
Co-authored-by: Allex <a.veldman@chain-stock.com>
0 commit comments