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 33462c4 commit d85f988Copy full SHA for d85f988
django_mongodb_backend/features.py
@@ -35,7 +35,9 @@ class DatabaseFeatures(GISFeatures, BaseDatabaseFeatures):
35
supports_json_field_contains = False
36
# BSON Date type doesn't support microsecond precision.
37
supports_microsecond_precision = False
38
+ supports_on_delete_db_cascade = False
39
supports_on_delete_db_default = False
40
+ supports_on_delete_db_null = False
41
supports_paramstyle_pyformat = False
42
supports_select_difference = False
43
supports_select_intersection = False
0 commit comments