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.
2626
2727You can also use the {+framework+} admin site to edit your models
2828and 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.
3131
3232Query API
3333~~~~~~~~~
Original file line number Diff line number Diff line change @@ -101,6 +101,10 @@ that {+django-odm+} supports:
101101 * - ``GenericIPAddressField``
102102 - | Stores an IPv4 or IPv6 address in string format.
103103
104+ * - ``ImageField``
105+ - | Stores a ``FileField`` value and verifies that the uploaded object
106+ is a valid image.
107+
104108 * - ``IntegerField``
105109 - | Stores integer values up to 32 bits in size.
106110
You can’t perform that action at this time.
0 commit comments