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 87cc5f5 commit d434f2eCopy full SHA for d434f2e
django_mongodb_backend/base.py
@@ -50,7 +50,6 @@ class DatabaseWrapper(BaseDatabaseWrapper):
50
"BigIntegerField": "long",
51
"GenericIPAddressField": "string",
52
"JSONField": "object",
53
- "OneToOneField": "int",
54
"PositiveBigIntegerField": "int",
55
"PositiveIntegerField": "long",
56
"PositiveSmallIntegerField": "int",
0 commit comments