Skip to content

Commit

Permalink
update for django 4
Browse files Browse the repository at this point in the history
  • Loading branch information
hfries authored Oct 28, 2023
1 parent bbb9deb commit d3da6b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djangobower/management/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class BaseBowerCommand(BaseCommand):
"""Base management command with bower support"""

requires_system_checks = False
requires_system_checks = ()

# add fake .options_list for Django>=1.10
if not hasattr(BaseCommand, 'option_list'):
Expand Down

0 comments on commit d3da6b7

Please sign in to comment.