Skip to content

Conversation

@FlipperPA
Copy link
Member

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 django-commons: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.

3 participants