Skip to content

Commit 8b1cce7

Browse files
committed
fixed failing tests
1 parent 8f52ccc commit 8b1cce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ninja_extra/controllers/model/service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
from .interfaces import AsyncModelServiceBase, ModelServiceBase
1414

15-
django_version_greater_than_4_2 = django.VERSION >= (4, 2)
15+
django_version_greater_than_4_2 = django.VERSION > (4, 2)
1616

1717

1818
def _async_django_support(sync_method_name: str) -> t.Callable[..., t.Any]:

0 commit comments

Comments
 (0)