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 2d78ed2 commit 7abb80fCopy full SHA for 7abb80f
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