mirror of
https://github.com/django/django.git
synced 2024-12-22 17:16:24 +00:00
Fixed typo in docs/releases/3.2.txt.
This commit is contained in:
parent
0e7a45fca0
commit
7f9e4524d6
@ -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`,
|
||||
|
Loading…
Reference in New Issue
Block a user