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 9ceeff8 commit d74db72Copy full SHA for d74db72
django_mongodb_backend/base.py
@@ -56,7 +56,6 @@ class DatabaseWrapper(BaseDatabaseWrapper):
56
"BigIntegerField": "long",
57
"GenericIPAddressField": "string",
58
"JSONField": "object",
59
- "OneToOneField": "int",
60
"PositiveBigIntegerField": "int",
61
"PositiveIntegerField": "long",
62
"PositiveSmallIntegerField": "int",
0 commit comments