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 98ca967 commit 0675a9cCopy full SHA for 0675a9c
snooty.toml
@@ -39,3 +39,13 @@ api-root = "https://pymongo.readthedocs.io/en/{+patch-version-number+}/api/"
39
string-data-type = "``str``"
40
int-data-type = "``int``"
41
bool-data-type = "``bool``"
42
+django-odm = "Django MongoDB Backend"
43
+django-docs = "https://www.mongodb.com/docs/languages/python/django-mongodb/current"
44
+
45
+[[banners]]
46
+targets = ["index.txt"]
47
+variant = "tip"
48
+value = """
49
+ {+django-odm+} is now in Public Preview! \
50
+ To discover its features and learn more, see the `{+django-odm+} documentation <{+django-docs+}>`__.
51
+ """
0 commit comments