Skip to content

Commit 6b99b50

Browse files
committed
test intersphinx
1 parent 9636386 commit 6b99b50

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

snooty.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ intersphinx = [
1818
"https://www.mongodb.com/docs/manual/objects.inv",
1919
"https://www.mongodb.com/docs/drivers/objects.inv",
2020
"https://www.mongodb.com/docs/atlas/objects.inv",
21+
"https://docs.djangoproject.com/en/5.0/",
2122
"http://docs.djangoproject.com/en/5.0/_objects/",
2223
]
2324
sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"

source/interact-data/crud.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ The ``Movie`` model class includes an inner ``Meta`` class and a ``__str__()`` m
8080
To learn about these model features, see :ref:`django-models-define` in the
8181
Create Models guide.
8282

83+
Test: :class:`~django.db.models.IntegerField`
84+
8385
Run Code Examples
8486
`````````````````
8587

0 commit comments

Comments
 (0)