Skip to content

Commit f37fb13

Browse files
committed
Test
1 parent 136f71f commit f37fb13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_mongodb_backend/features.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ def django_test_expected_failures(self):
613613
def is_mongodb_6_3(self):
614614
return self.connection.get_database_version() >= (6, 3)
615615

616-
@cached_property
616+
@property
617617
def supports_search_indexes(self):
618618
try:
619619
# Try to execute an search indexes operation.

0 commit comments

Comments
 (0)