Skip to content

Commit 2fd716a

Browse files
committed
tests fix
1 parent 972307f commit 2fd716a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/manage.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
sys.exit(1)
1313

1414
if __name__ == "__main__":
15-
if django.get_version() < '1.6':
15+
if django.VERSION < (1, 6):
1616
from django.core.management import execute_manager
1717
execute_manager(settings)
1818
else:

0 commit comments

Comments
 (0)