We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Django 5.0 is out now so let's add support here for it. Testing locally after updating I see:
File "/usr/local/lib/python3.11/site-packages/dockerflow/django/middleware.py", line 8, in <module> from . import views File "/usr/local/lib/python3.11/site-packages/dockerflow/django/views.py", line 10, in <module> from .signals import heartbeat_failed, heartbeat_passed File "/usr/local/lib/python3.11/site-packages/dockerflow/django/signals.py", line 38, in <module> heartbeat_passed = Signal(providing_args=["level"]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: Signal.__init__() got an unexpected keyword argument 'providing_args'
The text was updated successfully, but these errors were encountered:
add support for django 5.0
36672d4
* Add Django 5.0 to the list of supported Django versions fixes mozilla-services#90
add support for django 5.0 (#91)
2d2051c
* Add Django 5.0 to the list of supported Django versions fixes #90
Successfully merging a pull request may close this issue.
Django 5.0 is out now so let's add support here for it. Testing locally after updating I see:
The text was updated successfully, but these errors were encountered: