We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c187ea6 commit 9e1d4a1Copy full SHA for 9e1d4a1
pytest_django/lazy_django.py
@@ -30,4 +30,6 @@ def django_settings_is_configured():
30
31
32
def get_django_version():
33
- return __import__("django").VERSION
+ import django
34
+
35
+ return django.VERSION
0 commit comments