File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ intersphinx = [
18
18
" https://www.mongodb.com/docs/manual/objects.inv" ,
19
19
" https://www.mongodb.com/docs/drivers/objects.inv" ,
20
20
" https://www.mongodb.com/docs/atlas/objects.inv" ,
21
+ " https://docs.djangoproject.com/en/5.0/" ,
21
22
" http://docs.djangoproject.com/en/5.0/_objects/" ,
22
23
]
23
24
sharedinclude_root = " https://raw.githubusercontent.com/10gen/docs-shared/main/"
Original file line number Diff line number Diff line change @@ -80,6 +80,8 @@ The ``Movie`` model class includes an inner ``Meta`` class and a ``__str__()`` m
80
80
To learn about these model features, see :ref:`django-models-define` in the
81
81
Create Models guide.
82
82
83
+ Test: :class:`~django.db.models.IntegerField`
84
+
83
85
Run Code Examples
84
86
`````````````````
85
87
You can’t perform that action at this time.
0 commit comments