Formatting
This commit is contained in:
parent
4a385bde6b
commit
befc7ad2cd
28 changed files with 253 additions and 311 deletions
|
@ -11,5 +11,6 @@ except ImportError:
|
|||
HAS_TASK_MERGE = False
|
||||
if HAS_AUTOCOMPLETE:
|
||||
import dal.autocomplete
|
||||
if getattr(dal.autocomplete, 'Select2QuerySetView', None) is not None:
|
||||
|
||||
if getattr(dal.autocomplete, "Select2QuerySetView", None) is not None:
|
||||
HAS_TASK_MERGE = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue