Skip to content

Commit 5468bbb

Browse files
committed
imagefield
1 parent 77a0ab3 commit 5468bbb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

source/interact-data/crud.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ collection.
2626

2727
You can also use the {+framework+} admin site to edit your models
2828
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.
3131

3232
Query API
3333
~~~~~~~~~

source/model-data/models.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)