Skip to content

Commit 50d9b10

Browse files
WaVEVtimgraham
authored andcommitted
Test
1 parent 731f349 commit 50d9b10

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
@@ -627,7 +627,7 @@ def django_test_expected_failures(self):
627627
def is_mongodb_6_3(self):
628628
return self.connection.get_database_version() >= (6, 3)
629629

630-
@cached_property
630+
@property
631631
def supports_search_indexes(self):
632632
try:
633633
# Try to execute an search indexes operation.

0 commit comments

Comments
 (0)