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

@ -230,14 +230,6 @@ uploads:
instance (in a single field), for example, even if the custom widget is used
with a form field related to a model ``FileField``.
.. versionchanged:: 3.2.19
In previous versions, there was no support for the ``allow_multiple_selected``
class attribute, and users were advised to create the widget with the HTML
attribute ``multiple`` set through the ``attrs`` argument. However, this
caused validation of the form field to be applied only to the last file
submitted, which could have adverse security implications.
Upload Handlers
===============

View file

@ -273,10 +273,6 @@ asynchronous iterators. The wrapping function must match. Check
<django.http.StreamingHttpResponse.is_async>` if your middleware needs to
support both types of iterator.
.. versionchanged:: 4.2
Support for streaming responses with asynchronous iterators was added.
Exception handling
==================