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

Removed weak argument to django.dispatch.signals.Signal.disconnect() #120

Closed
browniebroke opened this issue Jul 4, 2020 · 0 comments · Fixed by #208
Closed

Removed weak argument to django.dispatch.signals.Signal.disconnect() #120

browniebroke opened this issue Jul 4, 2020 · 0 comments · Fixed by #208
Labels
enhancement New feature or request
Milestone

Comments

@browniebroke
Copy link
Owner

  • Deprecated in Django 1.9
  • Removed in Django 2.0

The weak argument to django.dispatch.signals.Signal.disconnect() will be removed.

It has no effect since Django 1.9.

@browniebroke browniebroke added the enhancement New feature or request label Jul 4, 2020
@browniebroke browniebroke added this to the Django 2.0 milestone Jul 4, 2020
@browniebroke browniebroke changed the title DJ 2.0: Removed weak argument to django.dispatch.signals.Signal.disconnect() Removed weak argument to django.dispatch.signals.Signal.disconnect() Jul 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant