Skip to content

Commit

Permalink
Fix dal_check integrity error when autocomplete not enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
shacker committed Mar 11, 2019
1 parent 6f47f9d commit 575e264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion todo/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def dal_check(app_configs, **kwargs):
from todo.features import HAS_AUTOCOMPLETE

if not HAS_AUTOCOMPLETE:
return
return []

errors = []
missing_apps = {'dal', 'dal_select2'} - set(settings.INSTALLED_APPS)
Expand Down

0 comments on commit 575e264

Please sign in to comment.