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 8f52ccc commit 8b1cce7Copy full SHA for 8b1cce7
ninja_extra/controllers/model/service.py
@@ -12,7 +12,7 @@
12
13
from .interfaces import AsyncModelServiceBase, ModelServiceBase
14
15
-django_version_greater_than_4_2 = django.VERSION >= (4, 2)
+django_version_greater_than_4_2 = django.VERSION > (4, 2)
16
17
18
def _async_django_support(sync_method_name: str) -> t.Callable[..., t.Any]:
0 commit comments