Skip to content
New issue

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

ValueError: Signal receivers must accept keyword arguments (**kwargs). #5

Closed
michaelkuty opened this issue Mar 25, 2016 · 1 comment

Comments

@michaelkuty
Copy link
Contributor

Close must accept kwargs because some projects bind close as signal handler

for example dbtemplates, sorl-thumbnail etc..

signals.request_finished.connect(cache.close)

fixed in #6

grantjenks pushed a commit that referenced this issue Mar 25, 2016
For example signals.request_finished.connect(cache.close)
grantjenks added a commit that referenced this issue Mar 25, 2016
Allow binding close and clear as signal handlers. #5
@grantjenks
Copy link
Owner

Fixed in #6. Deployed at v1.6.4 to PyPI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants