Removed versionadded/changed annotations for 4.2.

This also removes remaining versionadded/changed annotations for older
versions.
This commit is contained in:
Mariusz Felisiak 2023-09-11 09:57:44 +02:00
parent 590a31eb10
commit 295467c04a
55 changed files with 0 additions and 346 deletions

View file

@ -656,10 +656,6 @@ For each field, we describe the default widget used if you don't specify
``empty_value`` which work just as they do for :class:`CharField`. The
``max_length`` argument defaults to 320 (see :rfc:`3696#section-3`).
.. versionchanged:: 3.2.20
The default value for ``max_length`` was changed to 320 characters.
``FileField``
-------------