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 63f47a6 commit 0c55b60Copy full SHA for 0c55b60
tests/db_functions/comparison/test_cast.py
@@ -63,9 +63,10 @@ def test_cast_to_decimal_field(self):
63
64
def test_cast_to_integer(self):
65
for field_class in (
66
- models.AutoField,
67
- models.BigAutoField,
68
- models.SmallAutoField,
+ # Unsuppported on MongoDB
+ # models.AutoField,
+ # models.BigAutoField,
69
+ # models.SmallAutoField,
70
models.IntegerField,
71
models.BigIntegerField,
72
models.SmallIntegerField,
0 commit comments