mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Removed versionadded/changed annotations for 4.2.
This also removes remaining versionadded/changed annotations for older versions.
This commit is contained in:
parent
590a31eb10
commit
295467c04a
55 changed files with 0 additions and 346 deletions
|
@ -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
|
||||
===============
|
||||
|
||||
|
|
|
@ -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
|
||||
==================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue