Skip to content

Commit d85f988

Browse files
committed
unsupported features
1 parent 33462c4 commit d85f988

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

django_mongodb_backend/features.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ class DatabaseFeatures(GISFeatures, BaseDatabaseFeatures):
3535
supports_json_field_contains = False
3636
# BSON Date type doesn't support microsecond precision.
3737
supports_microsecond_precision = False
38+
supports_on_delete_db_cascade = False
3839
supports_on_delete_db_default = False
40+
supports_on_delete_db_null = False
3941
supports_paramstyle_pyformat = False
4042
supports_select_difference = False
4143
supports_select_intersection = False

0 commit comments

Comments
 (0)