File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ collection.
26
26
27
27
You can also use the {+framework+} admin site to edit your models
28
28
and their corresponding collections on a web interface. For
29
- more information, see :mod:`django.contrib. admin`
30
- in the {+framework+} documentation.
29
+ more information, see the `Django Admin Site <https://docs.djangoproject.com/en/5.1/ref/contrib/ admin/>`__
30
+ entry in the {+framework+} documentation.
31
31
32
32
Query API
33
33
~~~~~~~~~
Original file line number Diff line number Diff line change @@ -101,6 +101,10 @@ that {+django-odm+} supports:
101
101
* - ``GenericIPAddressField``
102
102
- | Stores an IPv4 or IPv6 address in string format.
103
103
104
+ * - ``ImageField``
105
+ - | Stores a ``FileField`` value and verifies that the uploaded object
106
+ is a valid image.
107
+
104
108
* - ``IntegerField``
105
109
- | Stores integer values up to 32 bits in size.
106
110
You can’t perform that action at this time.
0 commit comments