GaretJax / django-click

Write Django management command using the click CLI library
MIT License
251 stars 20 forks source link

Remove the `__all__` property #15

Closed ykshatroff closed 4 years ago

ykshatroff commented 4 years ago

__all__ referred to click.__all__ which was removed in click 7.1.

Fixes #14

coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.5%) to 100.0% when pulling 7c5e74985c7b8133d169a0003539e4c9be9643ae on ykshatroff:fix/14-compat-with-newer-click into 3584bff81cb7891a1aa2d7fe49c1db501f5b0e84 on GaretJax:master.