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

Click 7.1 breaks django-click #13

Merged
merged 1 commit into from Jun 12, 2020
Merged

Conversation

FlipperPA
Copy link
Collaborator

click 7.1 dropped a few hours ago, and out of the box, creates errors with django-click:

module 'click' has no attribute '__all__'

This will keep deployments from breaking in the meantime.

`click` 7.1 dropped a few hours ago, and out of the box, creates errors with `django-click`:

`module 'click' has no attribute '__all__'`

This will keep deployments from breaking in the meantime.
@davidism
Copy link

I'd recommend removing the from click import * and __all__ lines instead, as it doesn't really serve any purpose to re-export all of Click's top-level exports and I don't plan to update Click to add that back in.

@ethanhowell
Copy link

Closes #13

@FlipperPA FlipperPA merged commit 6bc28f1 into GaretJax:master Jun 12, 2020
@FlipperPA FlipperPA deleted the patch-1 branch June 12, 2020 12:08
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

Successfully merging this pull request may close these issues.

None yet

3 participants