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 = [
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]
2324sharedinclude_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
8080To learn about these model features, see :ref:`django-models-define` in the
8181Create Models guide.
8282
83+ Test: :class:`~django.db.models.IntegerField`
84+
8385Run Code Examples
8486`````````````````
8587
You can’t perform that action at this time.
0 commit comments