diff options
| author | Jacob Walls <38668450+jacobtylerwalls@users.noreply.github.com> | 2020-10-21 02:06:24 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-21 08:06:24 +0200 |
| commit | 7f9e4524d6b23424cf44fbe1bf1f4e70f6bb066e (patch) | |
| tree | fa49cdf6621f78631008945565a46179126ff3e6 /docs | |
| parent | 0e7a45fca09623e7bad9408a838e522b3cca8d65 (diff) | |
Fixed typo in docs/releases/3.2.txt.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.2.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/3.2.txt b/docs/releases/3.2.txt index d61f66733d..10842af4fc 100644 --- a/docs/releases/3.2.txt +++ b/docs/releases/3.2.txt @@ -290,7 +290,7 @@ Models * :class:`Value() <django.db.models.Value>` expression now automatically resolves its ``output_field`` to the appropriate :class:`Field <django.db.models.Field>` subclass based on the type of - it's provided ``value`` for :py:class:`bool`, :py:class:`bytes`, + its provided ``value`` for :py:class:`bool`, :py:class:`bytes`, :py:class:`float`, :py:class:`int`, :py:class:`str`, :py:class:`datetime.date`, :py:class:`datetime.datetime`, :py:class:`datetime.time`, :py:class:`datetime.timedelta`, |
