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 97a421a commit 6a163dfCopy full SHA for 6a163df
.github/workflows/test-python.yml
@@ -67,6 +67,7 @@ jobs:
67
- name: Run tests
68
run: >
69
python3 django_repo/tests/runtests.py --settings mongodb_settings -v 2
70
+ backends.base.test_base.DatabaseWrapperTests
71
basic
72
dates
73
datetimes
django_mongodb/base.py
@@ -51,6 +51,7 @@ class DatabaseWrapper(BaseDatabaseWrapper):
51
"UUIDField": "string",
52
}
53
54
+ display_name = "MongoDB"
55
vendor = "mongodb"
56
Database = Database
57
SchemaEditorClass = DatabaseSchemaEditor
0 commit comments