Skip to content

Commit aa9ee6e

Browse files
WaVEVtimgraham
authored andcommitted
Test
1 parent c1926e3 commit aa9ee6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_mongodb_backend/features.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ def django_test_expected_failures(self):
550550
def is_mongodb_6_3(self):
551551
return self.connection.get_database_version() >= (6, 3)
552552

553-
@cached_property
553+
@property
554554
def supports_search_indexes(self):
555555
try:
556556
# Try to execute an search indexes operation.

0 commit comments

Comments
 (0)